class Trestle::Auth::Configuration
Public Instance Methods
backend=(backend)
click to toggle source
# File lib/trestle/auth/configuration.rb, line 72 def backend=(backend) assign(:backend, Backends.lookup(backend)) end