Sha256: 48d5fc9c0f3beb54c82b0189cb803d30f5ce66c9768f815a9c1c75106fe86450
Contents?: true
Size: 600 Bytes
Versions: 13
Compression:
Stored size: 600 Bytes
Contents
module Abstractor module Methods module Models module AbstractorSuggestionSource def self.included(base) base.send :include, SoftDelete # Associations base.send :belongs_to, :abstractor_abstraction_source base.send :belongs_to, :abstractor_suggestion base.send :attr_accessible, :abstractor_abstraction_source, :abstractor_abstraction_source_id, :abstractor_suggestion, :abstractor_suggestion_id, :source_id, :source_type, :source_method, :match_value, :deleted_at, :sentence_match_value end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems