Module Pulse::Routes
In: lib/routes.rb

Methods

pulse  

Public Instance methods

[Source]

   # File lib/routes.rb, line 3
3:     def pulse(path)
4:       connect path, :controller => 'pulse', :action => 'pulse'
5:     end

[Validate]