module Draper::LazyHelpers

def method_missing(method, *args, &block)

Sends missing methods to the {HelperProxy}.
def method_missing(method, *args, &block)
method, *args, &block)
Error