class method
self.version
Ruby on Rails 4.1.16
Since v4.1.16Signature
self.version()
Returns the version of the currently loaded ActionView as a Gem::Version
Source
# File actionview/lib/action_view/version.rb, line 5
def self.version
gem_version
end
Defined in actionview/lib/action_view/version.rb line 5
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionView