Sha256: 412e8b88ce7c92228fea5f4ec64c8a4fdc565cbfc0b8b21d8d5ab69b5c8c2c0b
Contents?: true
Size: 329 Bytes
Versions: 5
Compression:
Stored size: 329 Bytes
Contents
class Admin::ShippingCategoriesController < Admin::BaseController resource_controller layout 'admin' update.response do |wants| wants.html { redirect_to collection_url } end create.response do |wants| wants.html { redirect_to collection_url } end destroy.success.wants.js { render_js_for_destroy } end
Version data entries
5 entries across 5 versions & 1 rubygems