Sha256: 8d2787ed986cd67938acb68173ed48e30ead7180e1f77c9c2211158be28e2026
Contents?: true
Size: 245 Bytes
Versions: 6
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true module Tramway module News module ApplicationHelper include ::FontAwesome5::Rails::IconHelper def title(text) content_for :title do text end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems