method
framework_root_path
framework_root_path()
private
Hide source
# File railties/lib/initializer.rb, line 491 def framework_root_path defined?(::RAILS_FRAMEWORK_ROOT) ? ::RAILS_FRAMEWORK_ROOT : "#{root_path}/vendor/rails" end