Module: ActiveModel
Class Method Summary
- .eager_load!
-
.gem_version
Returns the version of the currently loaded Active Model as a
Gem::Version
-
.version
Returns the version of the currently loaded
ActiveModel
as aGem::Version
::ActiveSupport::Autoload - Extended
Class Method Details
.eager_load!
[ GitHub ]# File 'activemodel/lib/active_model.rb', line 63
def self.eager_load! super ActiveModel::Serializers.eager_load! end
.gem_version
Returns the version of the currently loaded Active Model as a Gem::Version
.version
Returns the version of the currently loaded ActiveModel
as a Gem::Version
# File 'activemodel/lib/active_model/version.rb', line 5
def self.version gem_version end