Sha256: 254e8e281a0ac950a956efe3c04f00e0523df0222d8def3b3584f7fbcb77e932
Contents?: true
Size: 205 Bytes
Versions: 2
Compression:
Stored size: 205 Bytes
Contents
module Order class OrdersController < ::ApplicationController def index end def category render :layout => false end def order render :layout => false end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
stayind-manage-0.0.2 | app/controllers/manage/orders_controller.rb~ |
stayind-manage-0.0.1 | app/controllers/manage/orders_controller.rb~ |