2011-10-01から1ヶ月間の記事一覧
# ex class Diary < ActiveRecord::Base has_many :comments has_many :comments accepts_nested_attributes_for :comments このようにするとDiaryインスタンスからcommentsアソシエーションをまとめて保存することができなくなる。 保存できないのは既存com…
# ex class Diary < ActiveRecord::Base has_many :comments has_many :comments accepts_nested_attributes_for :comments このようにするとDiaryインスタンスからcommentsアソシエーションをまとめて保存することができなくなる。 保存できないのは既存com…