Class: HttpBasicAuthentication::RedminePlugin
- Inherits:
-
Object
- Object
- HttpBasicAuthentication::RedminePlugin
- Includes:
- Infos
- Defined in:
- lib/http_basic_authentication/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
-
#initialize ⇒ RedminePlugin
constructor
A new instance of RedminePlugin.
Constructor Details
#initialize ⇒ RedminePlugin
8 9 10 11 |
# File 'lib/http_basic_authentication/redmine_plugin.rb', line 8 def initialize register! boot! end |