Module: BeerDbNote
- Defined in:
- lib/beerdb/note/version.rb,
lib/beerdb/note.rb
Overview
note: do NOT use module Note
- note is the name of a model(!) - lets avoid confusion
Constant Summary collapse
- VERSION =
'0.1.0'
Class Method Summary collapse
Class Method Details
.banner ⇒ Object
24 25 26 |
# File 'lib/beerdb/note.rb', line 24 def self. "beerdb-note/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end |
.root ⇒ Object
28 29 30 |
# File 'lib/beerdb/note.rb', line 28 def self.root "#{File.expand_path( File.dirname( File.dirname(File.dirname(__FILE__))) )}" end |