Module: RailsPulse::RouteHelper
- Included in:
- ApplicationHelper
- Defined in:
- app/helpers/rails_pulse/route_helper.rb
Defined Under Namespace
Classes: RailsPulseHelper
Instance Method Summary collapse
-
#rails_pulse ⇒ Object
Make Rails Pulse routes available as rails_pulse in views Example: rails_pulse.routes_path.
Instance Method Details
#rails_pulse ⇒ Object
Make Rails Pulse routes available as rails_pulse in views Example: rails_pulse.routes_path
5 6 7 |
# File 'app/helpers/rails_pulse/route_helper.rb', line 5 def rails_pulse @rails_pulse_helper ||= RailsPulseHelper.new(self) end |