Module: OneTouch::AfterAsFavor::ClassMethods

Defined in:
lib/one_touch/models/after_as_favor.rb

Overview

END class_eval

Instance Method Summary collapse

Instance Method Details

#find_by_three_elements(h, f, c) ⇒ Object



40
41
42
# File 'lib/one_touch/models/after_as_favor.rb', line 40

def find_by_three_elements(h,f,c)
  host_as(h).favorable_as(f).context_as(c).first
end