Module: ActionPack
| Relationships & Source Files | |
| Namespace Children | |
|
Modules:
| |
| Defined in: | actionpack/lib/action_pack/version.rb, actionpack/lib/action_pack/gem_version.rb |
Class Method Summary
-
.gem_version
Returns the version of the currently loaded Action Pack as a
Gem::Version -
.version
Returns the version of the currently loaded
ActionPackas aGem::Version
Class Method Details
.gem_version
Returns the version of the currently loaded Action Pack as a Gem::Version
.version
Returns the version of the currently loaded ActionPack as a Gem::Version
# File 'actionpack/lib/action_pack/version.rb', line 5
def self.version gem_version end