aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-19 12:36:53 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-19 12:37:04 +0100
commit0c9f677e7861ef2aae36d91811d72794e4709f58 (patch)
tree57de0bcf9f5b02e227b99dcc1a3d14f329053ed6 /railties/environments/environment.rb
parent53eba2f21831b8111233d3eae676a88f9f4a9a44 (diff)
downloadrails-0c9f677e7861ef2aae36d91811d72794e4709f58.tar.gz
rails-0c9f677e7861ef2aae36d91811d72794e4709f58.tar.bz2
rails-0c9f677e7861ef2aae36d91811d72794e4709f58.zip
Another piece of markup removed from environment.rb
Diffstat (limited to 'railties/environments/environment.rb')
-rw-r--r--railties/environments/environment.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/environments/environment.rb b/railties/environments/environment.rb
index 2187174bd5..5cb201401b 100644
--- a/railties/environments/environment.rb
+++ b/railties/environments/environment.rb
@@ -22,7 +22,7 @@ Rails::Initializer.run do |config|
# Specify gems that this application depends on.
# They can then be installed with "rake gems:install" on new installations.
- # You have to specify the :lib option for libraries, where the Gem name (sqlite3-ruby) differs from the file itself (_sqlite3_)
+ # You have to specify the :lib option for libraries, where the Gem name (sqlite3-ruby) differs from the file itself (sqlite3)
# config.gem "bj"
# config.gem "hpricot", :version => '0.6', :source => "http://code.whytheluckystiff.net"
# config.gem "sqlite3-ruby", :lib => "sqlite3"