module Artoo::Api::RouteHelpers

Route helpers used within the Artoo::Api::Server class

Public Class Methods

included(receiver) click to toggle source
# File lib/artoo/api/route_helpers.rb, line 233
def self.included(receiver)
  receiver.extend         ClassMethods
  receiver.send :include, InstanceMethods
end