Class ResourceController::Singleton
In: ../lib/resource_controller/singleton.rb
Parent: ApplicationController

ResourceController::Singleton

Inherit from this class to create your RESTful singleton controller. See the README for usage.

Methods

inherited  

Public Class methods

[Source]

    # File ../lib/resource_controller/singleton.rb, line 10
10:     def self.inherited(subclass)
11:       super
12:       subclass.class_eval { resource_controller :singleton }
13:     end

[Validate]