lib/lotus/helpers/routing_helper.rb in lotus-helpers-0.2.5 vs lib/lotus/helpers/routing_helper.rb in lotus-helpers-0.2.6
- old
+ new
@@ -26,13 +26,13 @@
# require 'lotus'
#
# 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
#
# # ERB template
# # <%= link_to_home %>