Method: ActionDispatch::Routing::RouteSet.default_resources_path_names

Defined in:
actionpack/lib/action_dispatch/routing/route_set.rb

.default_resources_path_namesObject



361
362
363
# File 'actionpack/lib/action_dispatch/routing/route_set.rb', line 361

def self.default_resources_path_names
  { new: "new", edit: "edit" }
end