aboutsummaryrefslogblamecommitdiffstats
path: root/activerecord/lib/active_record/version.rb
blob: 6b0d82d8fca7f8dde80e71f0a2d373770c17ae81 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                             
                              
 
                   
                                                                                       
                  
               

     
# frozen_string_literal: true

require_relative "gem_version"

module ActiveRecord
  # Returns the version of the currently loaded ActiveRecord as a <tt>Gem::Version</tt>
  def self.version
    gem_version
  end
end