module ActiveModel module VERSION #:nodoc: MAJOR = 3 MINOR = 2 TINY = 14 PRE = "rc2" STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.') end end