module ActiveRecordUtils

Constants

VERSION

Public Class Methods

banner() click to toggle source
root() click to toggle source
# File lib/activerecord/utils.rb, line 15
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end