Move active_record.rb

This commit is contained in:
Sean Carroll 2022-06-12 18:27:42 +02:00
parent 0353ae163f
commit e1503ac4ca
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ 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