Class: Admin::DownloadableSettingsController

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

Instance Method Summary (collapse)

Instance Method Details

- (Object) update



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

def update
  Spree::Config.set(params[:preferences])

  respond_to do |format|
    format.html {
      redirect_to admin_downloadable_settings_path
    }
  end
end