Tag expected, got String
If you are getting this error and you are using acts_as_taggable, the solution is to add/edit the following in _form.rhtml or related file:
< input id="tags" name="tags" size="30" type="text" value="" />
If you are getting this error and you are using acts_as_taggable, the solution is to add/edit the following in _form.rhtml or related file:
0 Comments:
Post a Comment
<< Home