dotar/vim/snippets/eruby-rails/cs.snippet
2011-11-17 16:00:49 -06:00

2 lines
121 B
Plaintext
Executable File

<%= collection_select ${1:object}, ${2:method}, ${3:collection}, ${4:value_method}, ${5:text_method}${6:,options} %>${7}