Sha256: 2fe7b789b1b37b546ed1331a48fdaba100366d068601406088ebb6d926d845d3

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

class Monologue::Admin::BaseController < Monologue::ApplicationController
  include Monologue::ControllerHelpers::Auth
  force_ssl if Monologue::Config.admin_force_ssl # TODO: find a way to test that with capybara
  
  layout "layouts/monologue/admin"
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
monologue-0.5.0 app/controllers/monologue/admin/base_controller.rb
monologue-0.4.1 app/controllers/monologue/admin/base_controller.rb
monologue-0.4.0 app/controllers/monologue/admin/base_controller.rb