module Outpost::Controller

Public Instance Methods

fields() click to toggle source

Public: Proxy to the controller's fields.

# File lib/outpost/controller.rb, line 34
def fields
  self.class.fields
end
list() click to toggle source

Public: Proxy to the controller's list.

# File lib/outpost/controller.rb, line 29
def list
  self.class.list
end
model() click to toggle source

Public: Proxy to the controller's model.

# File lib/outpost/controller.rb, line 24
def model
  self.class.model
end