instance method
route_url
Ruby on Rails 7.0.10
Since v3.0.20 PrivateSignature
route_url()
No documentation comment.
Source
# File railties/lib/rails/generators/named_base.rb, line 129
def route_url # :doc:
@route_url ||= controller_class_path.collect { |dname| "/" + dname }.join + "/" + plural_file_name
end
Defined in railties/lib/rails/generators/named_base.rb line 129
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Generators::NamedBase