Skip to content

Commit

Permalink
Make QueryExtension public
Browse files Browse the repository at this point in the history
  • Loading branch information
shioyama committed Dec 21, 2020
1 parent a1e79a0 commit 1d157b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mobility/plugins/active_record/query.rb
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ def find_by_#{attribute}(value)
end
end

private_constant :QueryExtension, :FindByMethods
private_constant :FindByMethods
end

class MissingBackend < Mobility::Error; end
Expand Down

0 comments on commit 1d157b9

Please sign in to comment.