Sha256: 63a8c1dbea3c458c315d1cd24b0f38f155d632bc88556ba3c954fa6564feb965

Contents?: true

Size: 250 Bytes

Versions: 4

Compression:

Stored size: 250 Bytes

Contents

class QwertyBaseController < ApplicationController

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

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