Sha256: 7f748c81c7fd067a3a1f48a6b9a675787d0c1c52b7794a8e43eb283a184bcce2

Contents?: true

Size: 284 Bytes

Versions: 4

Compression:

Stored size: 284 Bytes

Contents

class QwertyAdmin::BaseController < InheritedResources::Base

  unless Qwerty.options[:admin_autherization].nil? 
    include Qwerty.options[:admin_autherization]
    before_filter :autherize
  end

  layout Qwerty.options[:admin_layout] unless Qwerty.options[:admin_layout].nil?
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
qwerty-0.0.7.pre app/controllers/qwerty_admin/base_controller.rb
qwerty-0.0.5.pre app/controllers/qwerty_admin/base_controller.rb
qwerty-0.0.4.pre app/controllers/qwerty_admin/base_controller.rb
qwerty-0.0.3.pre app/controllers/qwerty_admin/base_controller.rb