Class: E9Vendors::VendorProxiesController

Inherits:
Admin::ResourceController
  • Object
show all
Includes:
Controller
Defined in:
app/controllers/e9_vendors/vendor_proxies_controller.rb

Instance Method Summary collapse

Instance Method Details

#updateObject



9
10
11
12
13
14
# File 'app/controllers/e9_vendors/vendor_proxies_controller.rb', line 9

def update
  update! do |format|
    format.html { redirect_to collection_path }
    format.js
  end
end