Displaying 1 result from an estimated 1 matches for "spielcontroller".
Did you mean:
  spidercontroller
  
2006 Jul 18
2
Scaffold a Plural table w/ No Pluralization in environment
...d to this new 
table:
script/generate scaffold my_tables table
it seems to work out fine for certain sections like 
http://mysite.com/railsapp/new (which also inserts properly to my 
database). But when I go to http://mysite.com/railsapp/list, I get an 
application error. My logs are:
Processing SpielController#list (for 210.5.98.178 at 2006-07-18 
13:56:58) [GET]
  Session ID: 0be4d205f811096a827b21209cdc1370
  Parameters: {"action"=>"list", "controller"=>"table"}
ActiveRecord::StatementInvalid (PGError: ERROR:  relation "my_table" 
does not exist...