write in 1 single line actions with no body
Conflicts: app/controllers/admin/contacts_controller.rb
This commit is contained in:
parent
f5081813d9
commit
f169049003
10 changed files with 11 additions and 22 deletions
|
|
@ -3,8 +3,7 @@ module Admin
|
|||
load_and_authorize_resource :conference, find_by: :short_title
|
||||
load_and_authorize_resource :venue, through: :conference, singleton: true
|
||||
|
||||
def index
|
||||
end
|
||||
def index; end
|
||||
|
||||
def update
|
||||
@venue = @conference.venue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue