search for: statistic_typ

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

Did you mean: statistic_type
2008 Nov 05
0
0 errors prohibited this model from being saved
...h the following fields: -------- I would have thought the default behaviour would be to hide this error message if there are no errors, and that is my impression of what happened when I have scaffolded from scratch before. I am using Rails 2.1.1 and the edit view looks like this: <% form_for(@statistic_type) do |f| %> <%= f.error_messages %> <p> <b>Name</b><br /> <%= f.text_field :name %> </p> etc. Has anybody every encountered this before? It''s not a huge immediate problem as all the functionality seems to be working, it''...