module ActionPack

Public Class Methods

version() click to toggle source

Returns the version of the currently loaded ActionPack as a Gem::Version

# File lib/action_pack/version.rb, line 3
def self.version
  Gem::Version.new "4.0.3"
end