module ErrbitRedminePlugin
Constants
- VERSION
Public Class Methods
read_static_file(file)
click to toggle source
# File lib/errbit_redmine_plugin.rb, line 9 def self.read_static_file(file) File.read(File.join(self.root, 'static', file)) end
root()
click to toggle source
# File lib/errbit_redmine_plugin.rb, line 5 def self.root File.expand_path '../..', __FILE__ end