module ErrbitJiraPlugin
Constants
- VERSION
Public Class Methods
read_static_file(file)
click to toggle source
# File lib/errbit_jira_plugin.rb, line 11 def self.read_static_file(file) File.read(File.join(self.root, 'vendor/assets/images', file)) end
root()
click to toggle source
# File lib/errbit_jira_plugin.rb, line 7 def self.root File.expand_path '../..', __FILE__ end