Sha256: 2bc90ffc8734c0de029fc1156a413db9de6b588d6dd3f3f2b688dab0327734a1

Contents?: true

Size: 200 Bytes

Versions: 3

Compression:

Stored size: 200 Bytes

Contents

module Jabe
  class Admin::BaseController < ApplicationController
    layout 'jabe/application'
    include PublicEntryUrl
    include BodyClassHelper
    before_filter :authenticate_admin!
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
jabe-0.9.1 app/controllers/jabe/admin/base_controller.rb
jabe-0.9.0 app/controllers/jabe/admin/base_controller.rb
jabe-0.8.0 app/controllers/jabe/admin/base_controller.rb