boltthreads/activerecord-tablefree

View on GitHub
lib/activerecord/tablefree/schema_cache.rb

Summary

Maintainability
A
0 mins
Test Coverage
module ActiveRecord::Tablefree
  class SchemaCache
    def columns_hash(*_args)
      {}
    end
  end
end