diff options
author | Vijay Dev <vijaydev.cse@gmail.com> | 2012-05-17 01:13:19 +0530 |
---|---|---|
committer | Vijay Dev <vijaydev.cse@gmail.com> | 2012-05-17 01:13:19 +0530 |
commit | 9adf28c026070afb78b80027521a4ddddd68d697 (patch) | |
tree | 5db5b4085a651e6ad96abdf011ced5fa7e4eab3e /activesupport/lib/active_support/deprecation | |
parent | 2a67a8cc59a9d1443756d8af2437d52252b9094e (diff) | |
download | rails-9adf28c026070afb78b80027521a4ddddd68d697.tar.gz rails-9adf28c026070afb78b80027521a4ddddd68d697.tar.bz2 rails-9adf28c026070afb78b80027521a4ddddd68d697.zip |
fix bad formatting [ci skip]
Diffstat (limited to 'activesupport/lib/active_support/deprecation')
-rw-r--r-- | activesupport/lib/active_support/deprecation/behaviors.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/deprecation/behaviors.rb b/activesupport/lib/active_support/deprecation/behaviors.rb index 9102537810..fc962dcb57 100644 --- a/activesupport/lib/active_support/deprecation/behaviors.rb +++ b/activesupport/lib/active_support/deprecation/behaviors.rb @@ -16,9 +16,9 @@ module ActiveSupport # # Available behaviors: # - # [+stderr+] Log all deprecation warnings to +$stderr+. + # [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>. # [+log+] Log all deprecation warnings to +Rails.logger+. - # [+notify] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+. + # [+notify+] Use <tt>ActiveSupport::Notifications</tt> to notify +deprecation.rails+. # [+silence+] Do nothing. # # Setting behaviors only affects deprecations that happen after boot time. |