Sha256: 6a3409ad4d1263b550405b53d58784789f23d055b17e2c82947c230f0ed7c303

Contents?: true

Size: 494 Bytes

Versions: 7

Compression:

Stored size: 494 Bytes

Contents

#:nodoc:
module Zen
  #:nodoc:
  module Controller
    ##
    # Controller that should be extended by other controllers that can be
    # accessed from the web without having to log in. Frontend controllers don't
    # have a layout and use the Liquid template engine for all views.
    #
    # @since  0.1
    #
    class FrontendController < Zen::Controller::BaseController
      engine :etanni
      layout :none
      helper :theme
    end # FrontendController
  end # Controller
end # Zen

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
zen-0.4.3 lib/zen/controller/frontend_controller.rb
zen-0.4.2 lib/zen/controller/frontend_controller.rb
zen-0.4.1 lib/zen/controller/frontend_controller.rb
zen-0.4 lib/zen/controller/frontend_controller.rb
zen-0.3 lib/zen/controller/frontend_controller.rb
zen-0.3b1 lib/zen/controller/frontend_controller.rb
zen-0.3b lib/zen/controller/frontend_controller.rb