Module: Tramway::News::ApplicationHelper

Includes:
FontAwesome5::Rails::IconHelper
Defined in:
app/helpers/tramway/news/application_helper.rb

Instance Method Summary collapse

Instance Method Details

#title(text) ⇒ Object



8
9
10
11
12
# File 'app/helpers/tramway/news/application_helper.rb', line 8

def title(text)
  content_for :title do
    text
  end
end