Method: ActiveRecord::Reflection::AssociationReflection#macro
- Defined in:
- activerecord/lib/active_record/reflection.rb
#macro ⇒ Object
Returns the macro type.
has_many :clients returns :has_many
703 |
# File 'activerecord/lib/active_record/reflection.rb', line 703 def macro; raise NotImplementedError; end |