Class: NeopolyStyle::RedminePlugin

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

Overview

Registers this gems a Redmine plugin and applies the needed patches

Constant Summary

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.



8
9
10
11
12
# File 'lib/neopoly_style/redmine_plugin.rb', line 8

def initialize
  register!
  boot!
  mirror_assets!
end