module ActiveRecord module VERSION #:nodoc: MAJOR = 1 MINOR = 15 TINY = 6 STRING = [MAJOR, MINOR, TINY].join('.') end end