Method: Plezi::Base::Router.call_method

Defined in:
lib/plezi/router/router.rb

.call_methodObject

returns the call method. Used repeatedly in middleware mode and only once in application mode.



44
45
46
# File 'lib/plezi/router/router.rb', line 44

def call_method
   @call_method ||= Plezi::Base::Router.method(:call)
end