Sha256: 6a225d076936315b5e63a7c23cc201cade21667e7cfc4df9a3941e548f70f778
Contents?: true
Size: 309 Bytes
Versions: 12
Compression:
Stored size: 309 Bytes
Contents
module AttributesHelper include SyntaxesHelper def attribute_url_for_options(attribute) { :controller => "attributes", :action => "show", :id => attribute } end def link_to_attribute(attribute) link_to(h(la_(attribute)), attribute_url_for_options(attribute)) end end
Version data entries
12 entries across 12 versions & 2 rubygems