Class: ActiveRecord::Associations::Builder::BelongsTo
- Inherits:
-
Object
- Object
- ActiveRecord::Associations::Builder::BelongsTo
- 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
149 150 151 |
# File 'lib/active_record_extension.rb', line 149 def self.() super + [:polymorphic, :touch, :counter_cache, :optional, :crm_key] end |