drapergem/draper

View on GitHub
lib/draper/helper_support.rb

Summary

Maintainability
A
0 mins
Test Coverage
D
66%
module Draper::HelperSupport
  def decorate(input, &block)
    capture { block.call(input.decorate) }
  end
end