class Tolaria::Configuration
Tolaria’s configuration is a class so that an exception is raised if you try to configure a key that doesn't exist. Refer to the comments in the initializer that Tolaria
generated for you when you ran `rails generate tolaria:install`.
Attributes
The cost factor for bcrypt
The name of the company using this admin interface
The default redirect path when administrators log in or no better path exists
An array of method names Tolaria
uses to attempt to convert a model to a string
The `From` header for emails Tolaria
sends
An array of hashes for configuring Help Links
The number of seconds that an administrator is locked out when they hit the rate-limit
The number of times an administrator can flunk their passcode challenge or request a token before Tolaria
disables their account.
A string that names a Markdown renderer for Tolaria
to use.
The default page size Tolaria
uses when paginating
The number of seconds that a generated passcode is valid
The default array of permitted params (internal use only)