Module: Undercarriage::Controllers::Restful::Actions::IndexConcern
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/undercarriage/controllers/restful/actions/index_concern.rb
Overview
Index restful action
Instance Method Summary collapse
-
#index ⇒ Object
Index action.
Instance Method Details
#index ⇒ Object
Index action
41 |
# File 'lib/undercarriage/controllers/restful/actions/index_concern.rb', line 41 def index; end |