Sha256: 4c143412f710123bb5f53297c02fca5704b389d92395c21a5f7feff101b52bf4
Contents?: true
Size: 259 Bytes
Versions: 7
Compression:
Stored size: 259 Bytes
Contents
module TaskManager class Callable < ActiveRecord::Base belongs_to :callback, polymorphic: true belongs_to :target, polymorphic: true validates_presence_of :callback_id, :callback_type attr_accessible :callback_id, :callback_type end end
Version data entries
7 entries across 7 versions & 1 rubygems