Create a Model

I'm new to Ruby on Rails and I'm using Aptana Studio 3.0 for the IDE. How do I create a Model called 'Employees'.

Use ur console and write command rails g model Employee

Vishal is right, forget about the ide. The model should be called Employee, the table will be employees.

Colin

thanks colin