class ActiveRecord::Associations::AssociationProxy

Public Instance Methods

try(*args, &block) click to toggle source

we need to make sure we don’t trigger AssociationCollections’ method_missing

# File lib/hobo_support/methodcall.rb, line 122
def try(*args, &block)
  HoboSupport.hobo_try(self, *args, &block)
end