Changeset 9092
- Timestamp:
- 03/26/08 02:44:16 (7 months ago)
- Files:
-
- trunk/activerecord/lib/active_record/base.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/lib/active_record/base.rb
r9090 r9092 256 256 # 257 257 # The same dynamic finder style can be used to create the object if it doesn't already exist. This dynamic finder is called with 258 # <tt>find_or_create_by_</tt> and will return the object if it already exists and otherwise creates it, then returns it. Protected attributes won't be set tedunless they are given in a block. For example:258 # <tt>find_or_create_by_</tt> and will return the object if it already exists and otherwise creates it, then returns it. Protected attributes won't be set unless they are given in a block. For example: 259 259 # 260 260 # # No 'Summer' tag exists