Class: Bizarroids::Settings::OptionsController

Inherits:
Object
  • Object
show all
Defined in:
app/controllers/bizarroids/settings/options_controller.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



15
16
17
# File 'app/controllers/bizarroids/settings/options_controller.rb', line 15

def update
  update!(notice: t('bizarroids.settings.option_updated')) { bizarroids_settings_engine.options_url }
end