search for: real_pkey

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

Did you mean: read_key
2005 Jul 06
4
undefined method `stringify_keys!'
...table name and primary key don''t follow Rails conventions. So I have used set_table_name() and set_primary_key() and can do the Record.find() method ok. My problem is that the Record.new(params[:id]) idiom in a controller complains: undefined method `stringify_keys!'' for "REAL_PKEY":String Is there something else I need to do?