aboutsummaryrefslogblamecommitdiffstats
path: root/activemodel/lib/active_model/version.rb
blob: 6da3b4117b475ce36831c8b3b4a12529e11d8911 (plain) (tree)
1
2
3
4
5
6
7
8

                              
                  
                                                                                         
                  
               

     
require_relative 'gem_version'

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