class CustomStrategyController

Public Instance Methods

new() click to toggle source
# File test/controllers/custom_strategy_test.rb, line 7
def new
  warden.authenticate!(:custom_strategy)
end