Sha256: 258bb658f6ccef38d75b3ad00e606297712fa341e5155bbd876ecf6f689bab1e
Contents?: true
Size: 507 Bytes
Versions: 20
Compression:
Stored size: 507 Bytes
Contents
module Abstractor module Methods module Models module AbstractorSuggestionObjectValue def self.included(base) base.send :include, SoftDelete # Associations base.send :belongs_to, :abstractor_suggestion base.send :belongs_to, :abstractor_object_value base.send :attr_accessible, :abstractor_suggestion, :abstractor_suggestion_id, :abstractor_object_value, :abstractor_object_value_id, :deleted_at end end end end end
Version data entries
20 entries across 20 versions & 1 rubygems