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
|
|
@ -42,8 +42,7 @@ class EventAttachmentsController < ApplicationController
|
|||
end
|
||||
end
|
||||
|
||||
def edit
|
||||
end
|
||||
def edit; end
|
||||
|
||||
def create
|
||||
params[:event_attachment][:title] = params[:title][0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue