Class: ActiveRecord::Associations::AssociationProxy
- Defined in:
- lib/hobo_support/methodcall.rb
Instance Method Summary collapse
-
#try(*args, &block) ⇒ Object
we need to make sure we don’t trigger AssociationCollections’ method_missing.
Instance Method Details
#try(*args, &block) ⇒ Object
we need to make sure we don’t trigger AssociationCollections’ method_missing
101 102 103 |
# File 'lib/hobo_support/methodcall.rb', line 101 def try(*args, &block) HoboSupport.hobo_try(self, *args, &block) end |