Skip to content

Commit

Permalink
Allow Ransack runs test atainst Rails master branch aka 6.2.0.alpha
Browse files Browse the repository at this point in the history
There was a similar change made for Rails 6.1 via #1035
  • Loading branch information
yahonda committed Jan 17, 2021
1 parent d5b3e2b commit f8a86f6
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_6.1_ruby_2/join_association'
1 change: 1 addition & 0 deletions lib/polyamorous/activerecord_6.2_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_6.2_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 f8a86f6

Please sign in to comment.