11 12 13 14 15
# File 'app/helpers/card/card_helper.rb', line 11 def header(c, **options) c.with_header(**options) do yield end end