Sha256: f693d5659913daed8939a65ca5e247b6631074603ae03146181036149513406a

Contents?: true

Size: 461 Bytes

Versions: 6

Compression:

Stored size: 461 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/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

6 entries across 6 versions & 1 rubygems

Version Path
uzuuzu-core-0.1.7 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.6 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.5 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.4 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.3 lib/uzuuzu-core/controller.rb
uzuuzu-core-0.1.2.001 lib/uzuuzu-core/controller.rb