Parent

RedminePluginSupport::RedmineHelper

Public Class Methods

plugin_root() click to toggle source
# File lib/redmine_plugin_support/redmine_helper.rb, line 3
def self.plugin_root
  RedminePluginSupport::Base.instance.plugin_root
end
redmine_app() click to toggle source
# File lib/redmine_plugin_support/redmine_helper.rb, line 11
def self.redmine_app
  File.expand_path(RedminePluginSupport::Base.instance.redmine_root + '/app')
end
redmine_lib() click to toggle source
# File lib/redmine_plugin_support/redmine_helper.rb, line 15
def self.redmine_lib
  File.expand_path(RedminePluginSupport::Base.instance.redmine_root + '/lib')
end
redmine_root() click to toggle source
# File lib/redmine_plugin_support/redmine_helper.rb, line 7
def self.redmine_root
  RedminePluginSupport::Base.instance.redmine_root
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.