Method: ActiveRecord::Associations::CollectionProxy#prepend
- Defined in:
- activerecord/lib/active_record/associations/collection_proxy.rb
#prepend(*args) ⇒ Object
:nodoc:
1056 1057 1058 |
# File 'activerecord/lib/active_record/associations/collection_proxy.rb', line 1056 def prepend(*args) # :nodoc: raise NoMethodError, "prepend on association is not defined. Please use <<, push or append" end |