From 51b5db11997dfe4b117655a050b09e3ef7b0747a Mon Sep 17 00:00:00 2001 From: Daniel Schierbeck <daniel.schierbeck@gmail.com> Date: Sun, 14 Sep 2008 22:10:08 +0200 Subject: Fixed indentation error caused by the last commit. --- activerecord/lib/active_record/aggregations.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activerecord/lib/active_record/aggregations.rb b/activerecord/lib/active_record/aggregations.rb index ce95e34ae8..1eefebb3b3 100644 --- a/activerecord/lib/active_record/aggregations.rb +++ b/activerecord/lib/active_record/aggregations.rb @@ -75,7 +75,7 @@ module ActiveRecord # # customer.balance = Money.new(20) # sets the Money value object and the attribute # customer.balance # => Money value object - # customer.balance.exchange_to("DKK") # => Money.new(120, "DKK") + # customer.balance.exchange_to("DKK") # => Money.new(120, "DKK") # customer.balance > Money.new(10) # => true # customer.balance == Money.new(20) # => true # customer.balance < Money.new(5) # => false -- cgit v1.2.3