Sha256: 979a7330a275c455b53aac494bbd7c6bf28acc25b8006945efce409a20cfe89d
Contents?: true
Size: 240 Bytes
Versions: 1
Compression:
Stored size: 240 Bytes
Contents
module MyTags module ApplicationHelper def tags_field_tag(object) text_field_tag "#{object.class.to_s.downcase}[tags]", nil, placeholder: 'Tags', class: 'taggable', 'data-tags_list_path' => my_tags_list_path end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
my_tags-0.0.9 | app/helpers/my_tags/application_helper.rb |