lib/iugusdk/engine.rb in iugusdk-1.0.0.alpha.16 vs lib/iugusdk/engine.rb in iugusdk-1.0.0.alpha.17
- old
+ new
@@ -15,10 +15,10 @@
end
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", "current_account"
+ helper_method "search_user_account", "current_user_account", "is_active?", "body_classes", "current_account", "get_compatible_locale"
ActionController::Base.send(:include, IuguSDKBaseController)
end
end
end