Sha256: db3f886ca567c4a2fd121db3236989a3f8a75332e9a3be6dec265b5092b04555
Contents?: true
Size: 293 Bytes
Versions: 1
Compression:
Stored size: 293 Bytes
Contents
module ActiveRecord # Returns the version of the currently loaded ActiveRecord as a Gem::Version def self.version Gem::Version.new "4.0.1.rc2" end module VERSION #:nodoc: MAJOR, MINOR, TINY, PRE = ActiveRecord.version.segments STRING = ActiveRecord.version.to_s end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
activerecord-4.0.1.rc2 | lib/active_record/version.rb |