Class: ProjectCustomStyle::RedminePlugin

Inherits:
Object
  • Object
show all
Includes:
Infos
Defined in:
lib/project_custom_style/redmine_plugin.rb

Overview

Registers this gems a Redmine plugin and applies the needed patches

Constant Summary collapse

DEFAULT_SETTINGS =
{
  "page"  => "CustomStyle"
}.freeze
SETTING_PARTIAL =
"settings/project_custom_style_settings"

Constants included from Infos

Infos::AUTHORS, Infos::DESCRIPTION, Infos::LICENSE, Infos::NAME, Infos::URL

Instance Method Summary collapse

Constructor Details

#initializeRedminePlugin

Returns a new instance of RedminePlugin.



12
13
14
15
# File 'lib/project_custom_style/redmine_plugin.rb', line 12

def initialize
  register!
  boot!
end