config/scaffold.yml in grimen-dry_scaffold-0.2.6 vs config/scaffold.yml in grimen-dry_scaffold-0.3.0

- old
+ new

@@ -3,20 +3,28 @@ args: actions: index,show,new,edit,create,update,destroy formats: html,js,xml,json options: formtastic: true - resourceful: true + resourceful: false pagination: true + layout: false views: true helpers: true tests: true - layout: false -dry_model: - options: - fixtures: false + tunit: true + shoulda: false + fixtures: true fgirl: false machinist: false object_daddy: false +dry_model: + options: migration: true timestamps: true - tests: true + tests: true + tunit: true + shoulda: false + fixtures: true + fgirl: false + machinist: false + object_daddy: false \ No newline at end of file