README.rdoc in genesis-0.0.1 vs README.rdoc in genesis-0.0.2

- old
+ new

@@ -60,12 +60,12 @@ script/generate genesis create_users production This will generate a seed file for you in the db/seeds/production directory. -Next, simply populate the self.up and self.down methods of the generated seed file. The seed is a normal Ruby class. +Finally, simply populate the self.up and self.down methods of the generated seed file. The seed is a normal Ruby class. -ActiveRecord is extended with the following methods: +For convenience, ActiveRecord is extended with the following methods: === create_or_update_by_all user = User.create_or_update_by_all( :name => 'John Smith', :number => '012345', :status => 'active' )