Sha256: 6a1b16e8159b9a6fca5c7ff6350fcf984b75f44ce5e8c529003bf33f10918f9f

Contents?: true

Size: 163 Bytes

Versions: 2

Compression:

Stored size: 163 Bytes

Contents

module MakeFlaggable
  class Flagging < ActiveRecord::Base
    belongs_to :flaggable, :polymorphic => true
    belongs_to :flagger, :polymorphic => true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
make_flaggable-0.0.3 lib/make_flaggable/flagging.rb
make_flaggable-0.0.2 lib/make_flaggable/flagging.rb