Fix travis errors and refactor

This commit is contained in:
Augier
2015-08-13 13:20:22 +09:00
committed by theworldbright
parent c6eb722517
commit 73cc55940d
33 changed files with 237 additions and 420 deletions

View File

@@ -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