macro()
Returns the macro type.
has_many :clients returns :has_many
# File activerecord/lib/active_record/reflection.rb, line 419 def macro; raise NotImplementedError; end