aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/connection_specification.rb
diff options
context:
space:
mode:
authorclaudiob <claudiob@gmail.com>2014-11-20 14:54:22 -0800
committerclaudiob <claudiob@gmail.com>2014-11-20 15:45:15 -0800
commit5aedabe82d3a9d7df19007aa0fd7719d4a55ef7e (patch)
tree52fcd692acad849a460663be37b7d654ba9328ba /activerecord/lib/active_record/connection_adapters/connection_specification.rb
parentee80e22f03b36f5e2c35288226c66a44e2e722e2 (diff)
downloadrails-5aedabe82d3a9d7df19007aa0fd7719d4a55ef7e.tar.gz
rails-5aedabe82d3a9d7df19007aa0fd7719d4a55ef7e.tar.bz2
rails-5aedabe82d3a9d7df19007aa0fd7719d4a55ef7e.zip
Wrap code snippets in +, not backticks, in sdoc
I grepped the source code for code snippets wrapped in backticks in the comments and replaced the backticks with plus signs so they are correctly displayed in the Rails documentation. [ci skip]
Diffstat (limited to 'activerecord/lib/active_record/connection_adapters/connection_specification.rb')
-rw-r--r--activerecord/lib/active_record/connection_adapters/connection_specification.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/connection_specification.rb b/activerecord/lib/active_record/connection_adapters/connection_specification.rb
index 609ec7dabd..e54e3199ff 100644
--- a/activerecord/lib/active_record/connection_adapters/connection_specification.rb
+++ b/activerecord/lib/active_record/connection_adapters/connection_specification.rb
@@ -234,7 +234,7 @@ module ActiveRecord
end
end
- # Takes the environment such as `:production` or `:development`.
+ # Takes the environment such as +:production+ or +:development+.
# This requires that the @configurations was initialized with a key that
# matches.
#