Module ApplicationHelper
In: app/helpers/application_helper.rb

Methods added to this helper will be available to all templates in the application.

Methods

Public Instance methods

[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]