Sha256: 3badfc8b47c7eedc55e5e9aae691d2960a279f59360d880e212eb707351e5a08
Contents?: true
Size: 167 Bytes
Versions: 16
Compression:
Stored size: 167 Bytes
Contents
module Weasel class Event < ActiveRecord::Base self.table_name = 'weasel_events' serialize :action_data belongs_to :actor, polymorphic: true end end
Version data entries
16 entries across 16 versions & 1 rubygems