lib/iugusdk/engine.rb in iugusdk-1.0.0.alpha.1 vs lib/iugusdk/engine.rb in iugusdk-1.0.0.alpha.2

- old
+ new

@@ -3,10 +3,10 @@ initializer 'iugusdk.action_controller' do |app| ActiveSupport.on_load(:action_controller) do include IuguSDK::Controllers::Helpers helper_method "search_user_account", "current_user_account", "is_active?", "body_classes" - ActionController::Base.send(:include, LocaleFilter) + ActionController::Base.send(:include, IuguSDKBaseController) end end end end