Rajendra, you might want to use a different field than ‘id’ because each model has
a field ‘id’ be default for managing the records within its associated table. Please
try doing the following:
ruby script/generate scaffold webblog title:string description:text
Good luck,
-Conrad