Women in Technology

Hear us Roar



Article:
  Rolling with Ruby on Rails Revisited
Subject:   Rolling with Rails 2.0 - Problem
Date:   2008-03-28 22:06:45
From:   Renwill
Response to: Rolling with Rails 2.0 - Problem

Many thanks for the help. Finally got it. But don't understand why the singular form should be used.


C:\ruby\rails_apps\cookbook2>ruby script\generate scaffold recipe category_id:integer title:string description:string date:date instructions:text


C:\ruby\rails_apps\cookbook2>ruby script\generate scaffold category id:integer name:string