Methods
Class Public methods
new(connection)
📝 Source code
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 145
def initialize(connection)
@connection = connection
end
🔎 See on GitHub
Instance Public methods
with_connection()
📝 Source code
# File activerecord/lib/active_record/connection_adapters/schema_cache.rb, line 149
def with_connection
yield @connection
end
🔎 See on GitHub