Method: Thredded::PreferencesController#update
- Defined in:
- app/controllers/thredded/preferences_controller.rb
#update ⇒ Object
10 11 12 13 14 15 16 17 |
# File 'app/controllers/thredded/preferences_controller.rb', line 10 def update if @preferences.save flash[:notice] = t('thredded.preferences.updated_notice') redirect_back fallback_location: edit_preferences_url(@preferences.) else render :edit end end |