Method: Effective::CrudController::Paths#resource_duplicate_path
- Defined in:
- app/controllers/concerns/effective/crud_controller/paths.rb
#resource_duplicate_path ⇒ Object
79 80 81 |
# File 'app/controllers/concerns/effective/crud_controller/paths.rb', line 79 def resource_duplicate_path effective_resource.action_path(:new, duplicate_id: resource.id) end |