Skip to content

Commit

Permalink
Move active_record.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
scarroll32 committed Jun 12, 2022
1 parent b8d9051 commit a93e94d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ransack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class UntraversableAssociationError < StandardError; end
require 'ransack/search'
require 'ransack/ransacker'
require 'ransack/translate'
require 'ransack/adapters/active_record'
require 'ransack/active_record'
require 'ransack/context'

ActiveSupport.on_load(:action_controller) do
Expand Down
File renamed without changes.

0 comments on commit a93e94d

Please sign in to comment.