Sha256: 239d01bdb05752bb5f972a27003db3e86ec40656fd3bf3c829dc64bcea06c9ab
Contents?: true
Size: 366 Bytes
Versions: 4
Compression:
Stored size: 366 Bytes
Contents
module <%= controller_class_name %>Helper <% for attribute in attributes -%> def <%= singular_name %>_<%= attribute.name %>_value if @action_name == "show" h @<%= singular_name %>.<%= attribute.name %> else text_field_tag "<%= singular_name%>[<%= attribute.name %>]", @<%= singular_name %>.<%= attribute.name %> end end <% end -%> end
Version data entries
4 entries across 4 versions & 1 rubygems