APIdock / Ruby on Rails
/
Browse About
method

namespaced_class_path

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

No documentation available.

# File railties/lib/rails/generators/named_base.rb, line 101
        def namespaced_class_path # :doc:
          @namespaced_class_path ||= namespace_dirs + @class_path
        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