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