Method: Effective::CrudController::Paths#resource_edit_path

Defined in:
app/controllers/concerns/effective/crud_controller/paths.rb

#resource_edit_pathObject



83
84
85
# File 'app/controllers/concerns/effective/crud_controller/paths.rb', line 83

def resource_edit_path
  effective_resource.action_path(:edit, resource)
end