Skip to content
This repository has been archived by the owner on Sep 27, 2022. It is now read-only.

Update searchable.rb for Rails 5 compatibility #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/fuzzily/searchable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ def self.included(by)
when 2 then by.extend Rails2ClassMethods
when 3 then by.extend Rails3ClassMethods
when 4 then by.extend Rails4ClassMethods
when 5 then by.extend Rails4ClassMethods
end
end

Expand Down