Sha256: 7ef316014971b56888b003faacbbf11f0a26afea9dbeab9d07cccc5767c3eefe
Contents?: true
Size: 294 Bytes
Versions: 16
Compression:
Stored size: 294 Bytes
Contents
AutoError::Config.setup do |config| # == Authenticated User Method # Specify a Proc or :warden or :devise, depending on # your authentication scheme. # Examples: # # config.auth_with = Proc.new { |h| h.current_user } # config.auth_with = :warden config.auth_with = :warden end
Version data entries
16 entries across 16 versions & 1 rubygems