Class: ActionFramework::Authentication::Strategy
- Inherits:
-
Object
- Object
- ActionFramework::Authentication::Strategy
- Defined in:
- lib/actionframework/authentication.rb
Class Method Summary collapse
Class Method Details
.load(strategyname) ⇒ Object
4 5 6 |
# File 'lib/actionframework/authentication.rb', line 4 def self.load(strategyname) require "./authentication/#{strategyname}" end |