Sha256: a18443c76f0384db968f8f94d21473db24ab04fbb8032e46d2535f827900da11

Contents?: true

Size: 289 Bytes

Versions: 2

Compression:

Stored size: 289 Bytes

Contents

module ActiveRecord
  # Returns the version of the currently loaded ActiveRecord as a Gem::Version
  def self.version
    Gem::Version.new "4.0.0"
  end

  module VERSION #:nodoc:
    MAJOR, MINOR, TINY, PRE = ActiveRecord.version.segments
    STRING = ActiveRecord.version.to_s
  end
end

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
challah-1.0.0 vendor/bundle/gems/activerecord-4.0.0/lib/active_record/version.rb
activerecord-4.0.0 lib/active_record/version.rb