module Sinatra::Backstage::REST

Public Class Methods

included(app) click to toggle source
# File lib/sinatra/backstage/rest/rest_routes.rb, line 109
def self.included(app)
        app.include Routing
end