Sha256: d0d8179a0825b23142b4ae819b7a3174a1bc98c4871bffc425dc56864004e5d4
Contents?: true
Size: 286 Bytes
Versions: 3
Compression:
Stored size: 286 Bytes
Contents
class Admin::ShippingCategoriesController < ApplicationController 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 end
Version data entries
3 entries across 3 versions & 1 rubygems