Sha256: fdb8b6bf4201c72cc04c629a6d5cdc48b2505640b7bfd2b3c38a5049676cfc27

Contents?: true

Size: 272 Bytes

Versions: 2

Compression:

Stored size: 272 Bytes

Contents

class ApplicationController < ActionController::Base
  
  helper :all
  protect_from_forgery

  protected
    # called by Admin::Muck::BaseController to check whether or not the
    # user should have access to the admin UI
    def admin_access?
      admin?
    end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
muck-comments-3.0.2 test/rails_test/app/controllers/application_controller.rb
muck-comments-3.0.1 test/rails_test/app/controllers/application_controller.rb