module ErrbitPivotalPlugin
Constants
- VERSION
Public Class Methods
read_static_file(file)
click to toggle source
# File lib/errbit_pivotal_plugin.rb, line 10 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_pivotal_plugin.rb, line 6 def self.root File.expand_path '../..', __FILE__ end