Displaying 1 result from an estimated 1 matches for "nr_before_type_cast".
Did you mean:
_before_type_cast
2006 Feb 21
2
ActiveRecord before_ callbacks question
...del and postgres table to something
different than id. View Edit and such works in the scaffolded
controller. However if I click in the controller below the list of 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&...