module ActiveScaffoldDuplicate module Version MAJOR = 1 MINOR = 1 PATCH = 4 STRING = [MAJOR, MINOR, PATCH].compact.join('.') end end