Method: MethodMissingRouter::ClassMethods#class_route_missing

Defined in:
lib/method_missing_router.rb

#class_route_missing(matcher, target, options = {}) ⇒ Object



40
41
42
# File 'lib/method_missing_router.rb', line 40

def class_route_missing(matcher, target, options={})
  @class_method_missing_routes << Route.new(matcher, target, options)
end