search for: mstype

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

Did you mean: fstype
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 #<Pgm...