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