Sha256: 9ad600f65240c95ed8c6d9c7f20d7123fcd279f19c233a57af7bb60be239488e

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 Bytes

Contents

module ActiveRecord
  # Returns the version of the currently loaded ActiveRecord as a Gem::Version
  def self.version
    Gem::Version.new "4.1.0.beta2"
  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.1.0.beta2 lib/active_record/version.rb