module Draper::ViewHelpers

def helpers

Returns:
  • (HelperProxy) - the helpers proxy
def helpers
  Draper::ViewContext.current
end

def localize(*args)

quite often. Further aliased to `l` for convenience.
Alias for `helpers.localize`, since localize is something that's used
def localize(*args)
ize(*args)