Rails ActiveRecord の Tips
#rails
Association | 関連
has_many関連にレコードを追加する
code:_
collections.create()
collections.create!()
collections.build()
ref.
4.3.1 Methods Added by has_many