Sha256: 7405b244bc3f4f177358f0da692d92b7a4f2f21035d7047891fcfc1b5c4be57a

Contents?: true

Size: 211 Bytes

Versions: 5

Compression:

Stored size: 211 Bytes

Contents

# coding: utf-8

module UzuUzu
  module Controller
    class Error
      def index(code)
        response.respond(helper.render_file(__DIR__("view/error/#{code}.rhtml")))
      end
    end
  end
end # UzuUzuCms

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
uzuuzu-core-0.0.15 lib/uzuuzu/controller/error.rb
uzuuzu-core-0.0.14 lib/uzuuzu/controller/error.rb
uzuuzu-core-0.0.13 lib/uzuuzu/controller/error.rb
uzuuzu-core-0.0.12 lib/uzuuzu/controller/error.rb
uzuuzu-core-0.0.10 lib/uzuuzu/controller/error.rb