module PaperTrail::VERSION
The version number of the paper_trail gem. Not to be confused with `PaperTrail::Version`. Ruby constants are case-sensitive, apparently, and they are two different modules! It would be nice to remove `VERSION`, because of this confusion, but it's not worth the breaking change. People are encouraged to use `PaperTrail.gem_version` instead.
Constants
- MAJOR
- MINOR
- PRE
Set
PRE
to nil unless it's a pre-release (beta, rc, etc.)- STRING
- TINY
Public Class Methods
to_s()
click to toggle source
# File lib/mongo_trails/version_number.rb, line 19 def self.to_s STRING end