instance method
version
Ruby on Rails 7.2.3
Since v7.1.6Signature
version()
No documentation comment.
Source
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 209
def version
@schema_reflection.version(@pool)
end
Defined in activerecord/lib/active_record/connection_adapters/schema_cache.rb line 209
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveRecord::ConnectionAdapters::BoundSchemaReflection