Mohammed Saleem
2006-Feb-02 10:13 UTC
[Rails] Table naming - Can''t name table name as Tables
Hi All, When I name a table as Tables, I am unable to generate the scaffold for it. Is there any restriction for naming tables as Tables? FYI: I have changed the name of the table to DataStore and it works now. Any light on this will be helpful...
Mikkel Bruun
2006-Feb-02 10:21 UTC
[Rails] Re: Table naming - Can''t name table name as Tables
Mohammed Saleem wrote:> Hi All, > > When I name a table as Tables, I am unable to generate the scaffold for > it. Is there any restriction for naming tables as Tables? > > FYI: I have changed the name of the table to DataStore and it works > now. > > Any light on this will be helpful...there is some reserved words in rails/ruby/database...tables would be one of them... -- Posted via http://www.ruby-forum.com/.