Sha256: 65d123b5249742d46f658ec64aa7b2e44fa02d64415eca04b24b2ebd04457815
Contents?: true
Size: 183 Bytes
Versions: 1
Compression:
Stored size: 183 Bytes
Contents
class InventoriesController < InheritedResources::Base respond_to :html, :json load_and_authorize_resource def index @inventories = Inventory.page(params[:page]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_inventory-0.1.11.pre9 | app/controllers/inventories_controller.rb |