search for: add_car

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

Did you mean: add_char
2006 Apr 10
4
First time with Rails
...;'m having problems getting it to work properly. In the Database.yml file I have set up the following - development: adapter: mysql database: cars username: ***** password: ***** socket: /path/to/your/mysql.sock host: ***** But, when I launch the controler it says - NameError in Add_car#index uninitialized constant Car Where am I going wrong, as the database is not on localhost is there anything wrong in what I have done? -- Posted via http://www.ruby-forum.com/.