How do I add some inserts in rails migration?

Posted by xaver23 on Stack Overflow See other posts from Stack Overflow or by xaver23
Published on 2010-04-19T13:06:16Z Indexed on 2010/04/19 13:43 UTC
Read the original article Hit count: 176

Filed under:
|

Hi

After creating a table (by migration), I want to insert some entries directly. How must I write a migration for this?

thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about migration