class Restfulness::Dispatcher

Attributes

app[RW]

Public Class Methods

new(app) click to toggle source
# File lib/restfulness/dispatcher.rb, line 8
def initialize(app)
  self.app = app
end