Sha256: 26db195a5193220f6fb54b212f0251826050ac839d27eb68298a917f6ad6bc91
Contents?: true
Size: 637 Bytes
Versions: 3
Compression:
Stored size: 637 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, :custom_method, :custom_explanation end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems