Method: Effective::CrudController::Paths#resource_show_path
- Defined in:
- app/controllers/concerns/effective/crud_controller/paths.rb
#resource_show_path ⇒ Object
87 88 89 |
# File 'app/controllers/concerns/effective/crud_controller/paths.rb', line 87 def resource_show_path effective_resource.action_path(:show, resource) end |