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
146 147 148 |
# File 'lib/active_record_extension.rb', line 146 def self.() super + [:polymorphic, :touch, :counter_cache, :optional, :crm_key] end |