Module: OAuthCampingPlugin

Defined in:
lib/camping-oauth.rb

Overview

Main module for the OAuth Camping Plugin

Defined Under Namespace

Modules: Controllers, Filters, Helpers, Models, OAuth, Views

Constant Summary collapse

@@logger =
nil

Class Method Summary collapse

Class Method Details

.createObject

Provides a hook to initialize the plugin in the context of the main web app module



346
347
# File 'lib/camping-oauth.rb', line 346

def self.create
end

.loggerObject

Logger for the OAuthCampingPlugin - can be assigned the main logger for the main web app



337
338
339
# File 'lib/camping-oauth.rb', line 337

def self.logger
	@@logger
end

.logger=(a_logger) ⇒ Object



341
342
343
# File 'lib/camping-oauth.rb', line 341

def self.logger=(a_logger)
	@@logger = a_logger
end