Displaying 1 result from an estimated 1 matches for "adressen_nr".
2006 Feb 21
2
ActiveRecord before_ callbacks question
...data
onto New then I get an error message like this:
Showing app/views/admin/_form.rhtml where line #5 raised:
undefined method `nr_before_type_cast'' for #<Adressen:0x40aa6e8c>
Extracted source (around line #5):
2:
3: <!--[form:adressen]-->
4: <p><label for="adressen_nr">Nr</label><br/>
5: <%= text_field ''adressen'', ''nr'' %></p>
6:
7: <p><label for="adressen_anrede">Anrede</label><br/>
8: <%= text_field ''adressen'', ''anrede''...