Sha256: 890b44124dfca1e033bae86e20b2d2ef2fd7431b5113571fbcaf474aee28df88

Contents?: true

Size: 364 Bytes

Versions: 10

Compression:

Stored size: 364 Bytes

Contents

# coding: utf-8

module UzuUzu
  module Controller
    class Index
      
      def index
        
      end
      
      def error(code)
        response.respond(helper.render_file(__DIR__("view/error/#{code}.rhtml")))
      end
      
      def logout
        session.clear
        response.redirect '/'
      end
    end # Index
  end # Controller
end # UzuUzu

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
uzuuzu-core-0.1.10 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.8 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.7 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.6 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.5 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.4 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.3 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.2.001 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.2 lib/uzuuzu-core/controller/index.rb
uzuuzu-core-0.1.1 lib/uzuuzu-core/controller/index.rb