Make gem compatible with old polyamorous require

By providing `polyamorous.rb` in the `lib` folder, projects that
previously depended directly on `polyamorous` can just switch the
dependency to `ransack` without changing their calls to `require`.
This commit is contained in:
Richard Weeks 2020-08-26 08:27:59 -07:00
parent d50885772c
commit 1c62d55772
1 changed files with 2 additions and 0 deletions

2
lib/polyamorous.rb Normal file
View File

@ -0,0 +1,2 @@
require 'polyamorous/polyamorous'