module Hc::Presenter::HelperMethods

Public Instance Methods

present(object, klass: nil, method: nil, options: {}) click to toggle source
# File lib/hc/presenter/helper_methods.rb, line 5
def present(object, klass: nil, method: nil, options: {})
  Hc::Presenter.present(object, klass: klass, controller_context: self, method: method, options: options)
end