method
    
    create
 
  
      Ruby on Rails latest stable (v7.1.3.2)
 - 
    0 notes - 
    Class: ActiveRecord::Associations::HasManyThroughAssociation
    
  
create(attrs = nil)
  public
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/associations/has_many_through_association.rb, line 16 def create(attrs = nil) create_record(attrs, false) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
    
     
    
 
  