Displaying 1 result from an estimated 1 matches for "mqtcbuktdaqj".
2012 May 08
2
issues with text_field in rails
*view*
<%= form_for(@mstype) do |f| %>
<p> <%= f.text_field(:Name,:class => "span1",:placeholder => "x") %>
<%end%>
*Got the error like this*
NoMethodError in Pgmdfntions#pgmdfntion
Showing *pgm.html.erb* where line *#57* raised:
undefined method `Name'' for #<Pgmdfntion:0xb457ad28>
But i could do this as same before. but in