Module: Cassy
- Extended by:
- ActiveSupport::Autoload
- Defined in:
- lib/cassy/cas.rb,
lib/cassy.rb,
lib/cassy/utils.rb,
lib/cassy/engine.rb,
lib/cassy/authenticators.rb,
lib/cassy/authenticators/base.rb,
lib/cassy/authenticators/devise.rb,
lib/cassy/generators/views_generator.rb
Overview
“Borrowed” from Devise
Defined Under Namespace
Modules: Authenticators, CAS, Generators, Utils Classes: AuthenticatorError, Engine
Class Method Summary collapse
-
.config ⇒ Object
Just an easier way to get to the configuration for the engine.
- .root ⇒ Object
Class Method Details
.config ⇒ Object
Just an easier way to get to the configuration for the engine
16 17 18 |
# File 'lib/cassy.rb', line 16 def self.config Cassy::Engine.config.configuration end |
.root ⇒ Object
11 12 13 |
# File 'lib/cassy.rb', line 11 def self.root Pathname.new(File.dirname(__FILE__) + "../..") end |