Sha256: e79567c915205ff6d761a605c884f19297b43094128bc7632e7a2dfd7153d718

Contents?: true

Size: 165 Bytes

Versions: 6

Compression:

Stored size: 165 Bytes

Contents

module Amalgam
  class Admin::BaseController < Amalgam::ApplicationController
    before_filter :authenticate_admin!
    layout 'amalgam/admin/application'
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
amalgam-2.1.4.1 app/controllers/amalgam/admin/base_controller.rb
amalgam-2.1.4 app/controllers/amalgam/admin/base_controller.rb
amalgam-2.1.3.1 app/controllers/amalgam/admin/base_controller.rb
amalgam-2.1.3 app/controllers/amalgam/admin/base_controller.rb
amalgam-2.1.2 app/controllers/amalgam/admin/base_controller.rb
amalgam-2.1.1 app/controllers/amalgam/admin/base_controller.rb