module BeerDbNote
note: do NOT use module Note
- note is the name of a model(!) - lets avoid confusion
Constants
- VERSION
Public Class Methods
root()
click to toggle source
# File lib/beerdb/note.rb, line 28 def self.root "#{File.expand_path( File.dirname( File.dirname(File.dirname(__FILE__))) )}" end