mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 07:08:07 -05:00
Fix travis errors and refactor
This commit is contained in:
@@ -3,8 +3,7 @@
|
||||
# the COPYRIGHT file.
|
||||
|
||||
class UsersController < ApplicationController
|
||||
|
||||
before_action :authenticate_user!, except: [:new, :create, :public, :user_photo]
|
||||
before_action :authenticate_user!, except: %i(new create public user_photo)
|
||||
respond_to :html
|
||||
|
||||
def edit
|
||||
|
||||
Reference in New Issue
Block a user