Sha256: ca407254014a820df014e8ec7f278edafc15177333686c996a872831d663a294

Contents?: true

Size: 171 Bytes

Versions: 7

Compression:

Stored size: 171 Bytes

Contents

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jabe-0.7.0 app/controllers/jabe/admin/base_controller.rb
jabe-0.6.5 app/controllers/jabe/admin/base_controller.rb
jabe-0.6.4 app/controllers/jabe/admin/base_controller.rb
jabe-0.6.3 app/controllers/jabe/admin/base_controller.rb
jabe-0.6.2 app/controllers/jabe/admin/base_controller.rb
jabe-0.6.1 app/controllers/jabe/admin/base_controller.rb
jabe-0.6.0 app/controllers/jabe/admin/base_controller.rb