Method: ActionPack.version

Defined in:
actionpack/lib/action_pack/version.rb

.versionObject

Returns the currently loaded version of Action Pack as a ‘Gem::Version`.



9
10
11
# File 'actionpack/lib/action_pack/version.rb', line 9

def self.version
  gem_version
end