Sha256: e75d5437031aba6963757664e93ab2d1c61dc8eb36fc5a69ae932c2f39b191f4

Contents?: true

Size: 257 Bytes

Versions: 1

Compression:

Stored size: 257 Bytes

Contents

class QwertyAdmin::BaseController < InheritedResources::Base
  # Module which has a method called 'autherize', this is called from a before_filter below
  include Qwerty.options[:admin_autherization]

  before_filter :autherize

  layout 'qwerty_admin'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
qwerty-0.0.1.pre app/controllers/qwerty_admin/base_controller.rb