Module: PagesHelper

Defined in:
app/helpers/pages_helper.rb

Instance Method Summary collapse

Instance Method Details

#tkhed(content) ⇒ Object



3
4
5
6
# File 'app/helpers/pages_helper.rb', line 3

def tkhed(content)
  content = generate_contact_form(content)
  content = generate_upcoming_events_list(content)    #
end