instance method
resources_path_names
Ruby on Rails 7.0.10
Since v3.0.20Signature
resources_path_names(options)
No documentation comment.
Parameters
-
optionsreq
Source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 1257
def resources_path_names(options)
@scope[:path_names].merge!(options)
end
Defined in actionpack/lib/action_dispatch/routing/mapper.rb line 1257
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::Routing::Mapper::Resources