module AbstractController::Translation

def localize(object, **options)

Delegates to I18n.localize.
def localize(object, **options)
  I18n.localize(object, **options)
end