method
has_inverse?
Ruby on Rails latest stable (v3.2.13)
-
0 notes -
Class: ActiveRecord::Reflection::AssociationReflection
has_inverse?()
public
Hide source
# File activerecord/lib/active_record/reflection.rb, line 278 def has_inverse? @options[:inverse_of] end


