Method: Activr::Timeline::Route#resolve_using_method

Defined in:
lib/activr/timeline/route.rb

#resolve_using_method(meth, activity) ⇒ Array<Object>

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Resolve route using method call



107
108
109
110
# File 'lib/activr/timeline/route.rb', line 107

def resolve_using_method(meth, activity)
  # send method
  self.apply_meth(self.timeline_class, meth, activity)
end