Skip to content

Commit

Permalink
Add Rails 7.2 support for DummyConnection class
Browse files Browse the repository at this point in the history
  • Loading branch information
corableus authored and kratob committed Jan 17, 2025
1 parent 8f5b9e7 commit 8b4119c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/active_type/no_table.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,10 @@ def initialize(*)
@schema_cache = DummySchemaCache.new
end

def self.quote_column_name(column_name)
column_name.to_s
end

end

module ClassMethods
Expand Down

0 comments on commit 8b4119c

Please sign in to comment.