Access the helpers proxy to call built-in and user-defined Rails helpers from a class context.
Rails
@return [HelperProxy] the helpers proxy
# File lib/draper/view_helpers.rb, line 12 def helpers Draper::ViewContext.current end