Module: PushType::Config

Defined in:
lib/push_type/config.rb

Overview

The config module provides attributes used for configuring the PushType installation. The ‘PushType::InstallGenerator` creates a config initializer at `config/initializers/push_type.rb`.

Constant Summary collapse

@@root_nodes =
:all
@@home_slug =
'home'
@@unexposed_nodes =
[]
@@media_styles =
{
  large:    '1024x1024>',
  medium:   '512x512>',
  small:    '256x256>'
}
@@mailer_sender =
'[email protected]'
@@dragonfly_datastore =
nil
@@dragonfly_datastore_options =
nil
@@dragonfly_secret =
nil