Sha256: e3b995e37ea57e525ee0ca9d2f7d13081ffe71fc394afb1624818060a689903a
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
# encoding: utf-8 # this helper will be loaded into the haml render context for this project module Projecthelper def action_view_link link_to 'action_view', 'http://guides.rubyonrails.org/action_view_overview.html#overview-of-helpers-provided-by-action-view', target: 'blank' end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
easy_html_generator-1.0.6 | src/demo/lib/helper/projecthelper.rb |
easy_html_generator-1.0.5 | src/demo/lib/helper/projecthelper.rb |