instance method
missing_environment_file
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
missing_environment_file()
No documentation comment.
Source
# File railties/lib/rails/application.rb, line 783
def missing_environment_file
raise "Rails environment has been set to #{Rails.env} but config/environments/#{Rails.env}.rb does not exist."
end
Defined in railties/lib/rails/application.rb line 783
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Rails::Application