class ActionFramework::Authentication::Strategy

Public Class Methods

load(strategyname) click to toggle source
# File lib/actionframework/authentication.rb, line 4
def self.load(strategyname)
        require "./authentication/#{strategyname}"
end