Class: Admin::WordsmithSettingsController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/admin/wordsmith_settings_controller.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



3
4
5
6
7
8
9
10
11
# File 'app/controllers/admin/wordsmith_settings_controller.rb', line 3

def update
  Spree::Config.set(params[:preferences])
  
  respond_to do |format|
    format.html {
      redirect_to admin_wordsmith_settings_path
    }
  end
end