Sha256: 358480530d2a27881fdaee2aa2005f852496cee586b4574af4ff21cf2bd8f3ce
Contents?: true
Size: 173 Bytes
Versions: 10
Compression:
Stored size: 173 Bytes
Contents
module ActiveRecord module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 12 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
10 entries across 10 versions & 3 rubygems