class Platforms::Core::Configuration

The class which stores the gem's configuration Should only store core configuration, not related to each product.

Public Instance Methods

unknown() click to toggle source

The default name for the main application's user class. @see Platforms::User (defaults: ::User)

# File lib/platforms/core/configuration.rb, line 31
config_accessor(:user_class)    { "::User" }