From 60f7e0ca11d7fd33756ad36881eb947e0eb4d149 Mon Sep 17 00:00:00 2001 From: Yves Senn Date: Wed, 12 Aug 2015 16:17:04 +0200 Subject: docs, tiny rdoc markup fix. [ci skip] `+` doesn't work around content with spaces fallback ``. --- activerecord/lib/active_record/callbacks.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'activerecord') diff --git a/activerecord/lib/active_record/callbacks.rb b/activerecord/lib/active_record/callbacks.rb index c7c769b283..ccdbebbc77 100644 --- a/activerecord/lib/active_record/callbacks.rb +++ b/activerecord/lib/active_record/callbacks.rb @@ -206,7 +206,8 @@ module ActiveRecord # == Ordering callbacks # # Sometimes the code needs that the callbacks execute in a specific order. For example, a +before_destroy+ - # callback (+log_children+ in this case) should be executed before the children get destroyed by the +dependent: destroy+ option. + # callback (+log_children+ in this case) should be executed before the children get destroyed by the + # dependent: destroy option. # # Let's look at the code below: # -- cgit v1.2.3