👋 update_attributes
You served us well...
This commit is contained in:
parent
ca80b753e7
commit
85dae98a76
46 changed files with 109 additions and 109 deletions
|
|
@ -28,7 +28,7 @@ module Admin
|
|||
end
|
||||
|
||||
def update
|
||||
if @survey.update_attributes(survey_params)
|
||||
if @survey.update(survey_params)
|
||||
redirect_to admin_conference_surveys_path(@conference.short_title)
|
||||
else
|
||||
@url = admin_conference_survey_path(@conference.short_title, @survey)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue