Merge pull request #3067 from evazion/fix-3065

Fix #3065: <div> id incorrect for certain controllers
This commit is contained in:
Albert Yi
2017-05-22 12:15:47 -07:00
committed by GitHub
34 changed files with 285 additions and 318 deletions

View File

@@ -1,6 +1,6 @@
class UsersController < ApplicationController
respond_to :html, :xml, :json
before_filter :member_only, :only => [:edit, :update, :upgrade]
before_filter :member_only, :only => [:edit, :update]
skip_before_filter :api_check
def new