change select_tag to select_tag"s"

This commit is contained in:
manson 2014-05-16 19:26:42 +08:00
parent 6809b1de83
commit bf7dc45fd0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<!-- Tag -->
<div class="control-group">
<label class="control-label muted">Tag</label>
<%= select_tag(f, @module_app) %>
<%= select_tags(f, @module_app) %>
</div>
</div>