Module: UzuUzu::Controller

Includes:
Helper::Controller
Defined in:
lib/uzuuzu-core/controller.rb,
lib/uzuuzu-core/controller/index.rb,
lib/uzuuzu-core/controller/login/twitter.rb

Defined Under Namespace

Modules: Login Classes: Index

Class Method Summary collapse

Methods included from Helper::Controller

#action, #application, #controller, #h, #helper, #instance_variable_map, #logger, #query, #query_string, #request, #response, #route, #service, #session, #u

Class Method Details

.after_allObject



19
20
# File 'lib/uzuuzu-core/controller.rb', line 19

def self.after_all
end

.before_allObject



15
16
17
# File 'lib/uzuuzu-core/controller.rb', line 15

def self.before_all
  ::UzuUzu.logger.debug "params : #{::UzuUzu::Request.current.params}"
end

.currentObject



11
12
13
# File 'lib/uzuuzu-core/controller.rb', line 11

def self.current
  Thread.current[:controller]
end