Skip to content

Commit

Permalink
Hack in Rails 8.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
terracatta committed Nov 9, 2024
1 parent dc9b23d commit e6d2dfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'polyamorous/activerecord_7.1_ruby_2/join_association'
1 change: 1 addition & 0 deletions lib/polyamorous/activerecord_8.0_ruby_2/join_dependency.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'polyamorous/activerecord_6.1_ruby_2/join_dependency'
1 change: 1 addition & 0 deletions lib/polyamorous/activerecord_8.0_ruby_2/reflection.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'polyamorous/activerecord_6.1_ruby_2/reflection'

0 comments on commit e6d2dfc

Please sign in to comment.