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