Sha256: e4ae76cc2f01870ee96dc96c741d28684f3c16262e77213eb7102cb4a22a775e
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
require File.join(File.dirname(__FILE__), 'qcore', 'authentication') require File.join(File.dirname(__FILE__), 'qcore', 'authorization') module Qcore VERSION = File.read(File.join(File.dirname(__FILE__), '..', 'VERSION')) end #ActionController::Base.extend Qcore::Authorization #ActionController::Base.extend Qcore::Authentication #class ActionController::Base # extend Qcore::Authorization # extend Qcore::Authentication #end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
qcore-1.2.0 | lib/qcore.rb |