Class: Spree::Events::CheckInsController
- Inherits:
-
BaseController
- Object
- Admin::ResourceController
- BaseController
- Spree::Events::CheckInsController
- Defined in:
- app/controllers/spree/events/check_ins_controller.rb
Instance Method Summary collapse
Methods inherited from BaseController
#current_event, #default_url_options, #events, #required_user_event!
Methods included from SpreeCmCommissioner::Events::RoleAuthorization
#authorize?, #authorize_admin, #authorize_role!, #redirect_unauthorized_access, #resource_not_found
Instance Method Details
#collection_url ⇒ Object
6 7 8 |
# File 'app/controllers/spree/events/check_ins_controller.rb', line 6 def collection_url event_check_ins_url end |
#model_class ⇒ Object
10 11 12 |
# File 'app/controllers/spree/events/check_ins_controller.rb', line 10 def model_class SpreeCmCommissioner::CheckIn end |