diff options
author | Gosha Arinich <me@goshakkk.name> | 2013-01-03 00:44:49 +0300 |
---|---|---|
committer | Gosha Arinich <me@goshakkk.name> | 2013-01-03 00:44:49 +0300 |
commit | 66844ece691d3821de8e6993e31e147df02b4b3b (patch) | |
tree | 630ce44b67fc8fd6a0b26347ff7efc13c85dec19 /railties/lib/rails | |
parent | 25c12de4ff06b2c9dcbfab6a710d66712dd17c72 (diff) | |
download | rails-66844ece691d3821de8e6993e31e147df02b4b3b.tar.gz rails-66844ece691d3821de8e6993e31e147df02b4b3b.tar.bz2 rails-66844ece691d3821de8e6993e31e147df02b4b3b.zip |
make symbol reference in docs appear as code
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/engine.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/engine.rb b/railties/lib/rails/engine.rb index 725295004f..b938d654df 100644 --- a/railties/lib/rails/engine.rb +++ b/railties/lib/rails/engine.rb @@ -175,7 +175,7 @@ module Rails # There are some places where an Engine's name is used: # # * routes: when you mount an Engine with <tt>mount(MyEngine::Engine => '/my_engine')</tt>, - # it's used as default :as option + # it's used as default <tt>:as</tt> option # * rake task for installing migrations <tt>my_engine:install:migrations</tt> # # Engine name is set by default based on class name. For <tt>MyEngine::Engine</tt> it will be |