fixed a misplaced closing tag

This commit is contained in:
Xavier Noria 2008-05-07 02:25:45 +02:00
parent f168db4cc1
commit 963d7caeee
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ module Rails
YAML::load(ERB.new(IO.read(database_configuration_file)).result)
end
# The path to the current environment's file (<tt>development</tt>.rb, etc.). By
# The path to the current environment's file (<tt>development.rb</tt>, etc.). By
# default the file is at <tt>config/environments/#{environment}.rb</tt>.
def environment_path
"#{root_path}/config/environments/#{environment}.rb"