Changeset 8207
- Timestamp:
- 11/25/07 22:25:21 (2 years ago)
- Files:
-
- trunk/activerecord/lib/active_record/reflection.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/reflection.rb
r8113 r8207 83 83 end 84 84 85 # Returns the name of the macro, so it would return :composed_of for85 # Returns the type of the macro, so it would return :composed_of for 86 86 # "composed_of :balance, :class_name => 'Money'" or :has_many for "has_many :clients". 87 87 def macro