Method: Effective::CrudController::Paths#resource_new_path
- Defined in:
- app/controllers/concerns/effective/crud_controller/paths.rb
#resource_new_path ⇒ Object
75 76 77 |
# File 'app/controllers/concerns/effective/crud_controller/paths.rb', line 75 def resource_new_path effective_resource.action_path(:new) end |