2013-05-01から1ヶ月間の記事一覧
データベースに InnoDB の MySQL を用いた Rails アプリケーションで、次のような二つのクラスを用意します。 class Parent < ActiveRecord::Base attr_accessible :name has_many :children, :dependent => :destroy end class Child < ActiveRecord::Base …
データベースに InnoDB の MySQL を用いた Rails アプリケーションで、次のような二つのクラスを用意します。 class Parent < ActiveRecord::Base attr_accessible :name has_many :children, :dependent => :destroy end class Child < ActiveRecord::Base …