module SportDbAdmin

Constants

VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source

cut off folders lib(#1)/sportdb(#2) to get to root

# File lib/sportdb/admin.rb, line 12
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end