dependentオプションまとめ[Ruby on Rails] - Qiita
はじめにuserが複数のpostを持っていると仮定するclass User < ActiveRecord::Base has_many :postsendclass Post < Activ…