Libraries
»
rubypitaya
(3.12.5)
»
Index (V)
»
ActiveRecord
»
VERSION
Module: ActiveRecord::VERSION
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/activerecord-7.0.4/lib/active_record/gem_version.rb
Constant Summary
collapse
MAJOR =
7
MINOR =
0
TINY =
4
PRE =
nil
STRING =
[
MAJOR
,
MINOR
,
TINY
,
PRE
]
.
compact
.
join
(
"
.
"
)