Class: MoreViewHooks::RedminePlugin

Inherits:
Object
  • Object
show all
Includes:
Infos
Defined in:
lib/more_view_hooks/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.



6
7
8
9
# File 'lib/more_view_hooks/redmine_plugin.rb', line 6

def initialize
  register!
  boot!
end