Skip to content

Commit

Permalink
[ci skip] API doc fix for RoutingHelper
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Dec 10, 2015
1 parent 35252e8 commit eff58fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/lotus/helpers/routing_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ module Helpers
# module Web::Views::Home
# class Index
# include Web::View
# end
#
# def link_to_home
# %(<a href="#{ routes.home_path }">Home</a>)
# def link_to_home
# %(<a href="#{ routes.home_path }">Home</a>)
# end
# end
# end
#
Expand Down

0 comments on commit eff58fa

Please sign in to comment.