From what I can tell, this is just loading some test data. I would suggest moving this into a rake task, such as dev:test_data or something. Seeds are normally things that need to be in the database for the app to work, such as lookup tables, etc.