Methods added to this helper will be available to all templates in the application.
[Source]
# File app/helpers/application_helper.rb, line 4 4: def huidige_tijd 5: @huidige_tijd = Time.now.strftime('%a %d-%b-%Y %Hu%M') 6: end
[Validate]