「rails-polymorphic」について友人に書いてもらう。
あなたにとって「rails-polymorphic」とは?
お気に入りの説明
0 pt
class Blog < ActiveRecord::Base
has_many: :attached, as:attachable
end
class Entry < ActirveRecord::Base
has_many: :attached, as:attachable
end
class Attached < ActiveReco...
もっと読む