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('%d/%m/%Y %H:%M:%S') 6: end
[Validate]