rails-polymorphic
0pt
class Blog < ActiveRecord::Base has_many: :attached, as:attachable end class Entry < ActirveRecord::Base has_many: :attached, as:attachable end class Attached < ActiveRecord::Base blongs_to: :attachable, polymorphic: true end
「rails-polymorphic」について友人に書いてもらう。
コメントはまだありません