aboutsummaryrefslogtreecommitdiffstats
path: root/railties/environments/environment.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-19 12:31:34 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-19 12:31:34 +0100
commit53eba2f21831b8111233d3eae676a88f9f4a9a44 (patch)
treea9cee24cfeb252f9f44c17584793771299962bd1 /railties/environments/environment.rb
parent70babd4ebbeec56623d7310352f7b2b6b916c5fb (diff)
downloadrails-53eba2f21831b8111233d3eae676a88f9f4a9a44.tar.gz
rails-53eba2f21831b8111233d3eae676a88f9f4a9a44.tar.bz2
rails-53eba2f21831b8111233d3eae676a88f9f4a9a44.zip
The docs in environment.rb are not going to be rendered so it doesnt make sense to mark them up
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 8fef8ff610..2187174bd5 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 <tt>:lib</tt> option for libraries, where the Gem name (<em>sqlite3-ruby</em>) 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"