Sha256: 2a4540af7c93c9e41307657253e628ee6addc4891108908a9dd9211c04cbf809

Contents?: true

Size: 274 Bytes

Versions: 4

Compression:

Stored size: 274 Bytes

Contents

class ApplicationController < ActionController::Base
  include SslRequirement
  helper :all
  protect_from_forgery

  # 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

4 entries across 4 versions & 2 rubygems

Version Path
muck-users-0.1.6 test/rails_root/app/controllers/application_controller.rb
muck-users-0.1.7 test/rails_root/app/controllers/application_controller.rb
muck-profiles-0.1.0 test/rails_root/app/controllers/application_controller.rb
muck-profiles-0.1.1 test/rails_root/app/controllers/application_controller.rb