Method: ActiveRecord::Associations::AssociationScope.create
- Defined in:
- activerecord/lib/active_record/associations/association_scope.rb
.create(&block) ⇒ Object
10 11 12 13 |
# File 'activerecord/lib/active_record/associations/association_scope.rb', line 10 def self.create(&block) block ||= lambda { |val| val } new(block) end |