Class: ActiveRecord::Associations::Builder::BelongsTo

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record_extension.rb

Overview

Extend belongs_to for crm_key field

Class Method Summary collapse

Class Method Details

.valid_options(options) ⇒ Object



146
147
148
# File 'lib/active_record_extension.rb', line 146

def self.valid_options(options)
  super + [:polymorphic, :touch, :counter_cache, :optional, :crm_key]
end