Sha256: b96428955ac86af9bd6fe8b76bd0f3bf438e38474ef2999e8bd0389538af88fd
Contents?: true
Size: 173 Bytes
Versions: 1
Compression:
Stored size: 173 Bytes
Contents
module ActiveRecord module VERSION #:nodoc: MAJOR = 3 MINOR = 1 TINY = 12 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-3.1.12 | lib/active_record/version.rb |