Sha256: 4976da2f598517df18d5ae73aa72e3082920f916f6f0ef7f07c4172486bb719f

Contents?: true

Size: 567 Bytes

Versions: 5

Compression:

Stored size: 567 Bytes

Contents

# coding: utf-8

module UzuUzu
  module Controller
    include ::UzuUzu::Helper::Controller
    require 'uzuuzu-core/controller/index'
    module Login
      require 'uzuuzu-core/controller/login/facebook'
      require 'uzuuzu-core/controller/login/google'
      require 'uzuuzu-core/controller/login/twitter'
    end
    
    def self.current
      Thread.current[:controller]
    end
    
    def self.before_all
      ::UzuUzu.logger.debug "params : #{::UzuUzu::Request.current.params}"
    end
    
    def self.after_all
    end
  end # Controller
end # UzuUzu

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
uzuuzu-core-0.1.15 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.14 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.13 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.11 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.10 lib/uzuuzu-core/controller.rb