Skip to content

Commit

Permalink
Patching Arel to add deprecated table_name alias, which is used exten…
Browse files Browse the repository at this point in the history
…sively
  • Loading branch information
randalldfloyd committed Oct 11, 2024
1 parent a34ed3b commit 9683dc6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/initializers/arel_rails_7_2_monkey_patch.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class Arel::Table
def table_name
name
end
end

0 comments on commit 9683dc6

Please sign in to comment.