search for: issues_name

Displaying 1 result from an estimated 1 matches for "issues_name".

Did you mean: issuername
2006 Jun 22
1
acts_as_taggable gem problems
...here if @issues.save flash[:notice] = ''Issues was successfully created.'' redirect_to :action => ''list'' else render :action => ''new'' end end issues/_form.rhtml <!--[form:issues]--> <p><label for="issues_name">Name</label><br/> <%= text_field ''issues'', ''name'' %></p> <p><label for="issues_add_tags">Tags</label><br/> <%= text_field ''tags'', '''' %></p> &l...