I have two models Event and Category in my rails app.
I want a join model for many to many association so i used the script

./script/generate migration create_categories_events event_id:integer
category_id:integer

but the migration that is generated is empty. I am using rails 2.1.1.
Can anyone tell me whats the problem here

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to