method
type
rails latest stable - Class:
ActiveRecord::Reflection::AssociationReflection
type()public
No documentation available.
# File activerecord/lib/active_record/reflection.rb, line 212
def type
@type ||= options[:as] && "#{options[:as]}_type"
end