method
constructable?
v3.1.0 -
Show latest stable
- Class:
ActiveRecord::Associations::Builder::BelongsTo
constructable?()public
No documentation available.
# File activerecord/lib/active_record/associations/builder/belongs_to.rb, line 9
def constructable?
!options[:polymorphic]
end