APIdock / Ruby on Rails
/
Browse About
method

route_url

v5.1.7 - Show latest stable - Class: Rails::Generators::NamedBase
route_url()
private

No documentation available.

# File railties/lib/rails/generators/named_base.rb, line 172
        def route_url # :doc:
          @route_url ||= class_path.collect { |dname| "/" + dname }.join + "/" + plural_file_name
        end

Related methods

  • Instance methods
  • js_template
  • template
  • Class methods
  • new
  • Private methods
  • privatecheck_class_collision
  • privateapplication_name
  • privateassign_names!
  • privateattributes_names
  • privateclass_name
  • privateclass_path
  • privateedit_helper
  • privatefield_id
  • privatefile_path
  • privatefixture_file_name
  • privatehuman_name
  • privatei18n_scope
  • privateindent
  • privateindex_helper
  • privateinside_template
  • privateinside_template?
  • privatemodule_namespacing
  • privatemountable_engine?
  • privatenamespace
  • privatenamespace_dirs
  • privatenamespaced?
  • privatenamespaced_class_path
  • privatenamespaced_path
  • privatenew_helper
  • privateparse_attributes!
  • privateplural_file_name
  • privateplural_name
  • privateplural_table_name
  • privatepluralize_table_names?
  • privateregular_class_path
  • privateroute_url
  • privateshow_helper
  • privatesingular_name
  • privatesingular_table_name
  • privatetable_name
  • privateuncountable?
  • privateurl_helper_prefix
  • privatewrap_with_namespace
APIdock API Documentation Browser

© 2026 APIdock