Module: Undercarriage::Controllers::Restful::Actions::NewConcern
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/undercarriage/controllers/restful/actions/new_concern.rb
Overview
New restful action
Instance Method Summary collapse
-
#new ⇒ Object
New action.
Instance Method Details
#new ⇒ Object
New action
41 42 43 44 |
# File 'lib/undercarriage/controllers/restful/actions/new_concern.rb', line 41 def new nested_resource_pre_build nested_resource_build end |