lib/tasks/db.rake in browsercms-3.3.4 vs lib/tasks/db.rake in browsercms-3.4.0.rc1

- old
+ new

@@ -5,10 +5,10 @@ desc "Creates and populates the initial BrowserCMS database for a new project." task :install => ["db:create", "db:migrate", "db:seed"] desc "Drop, create and migrate the database" task :redo => ["db:drop", "db:create", "db:migrate"] - + namespace :fixtures do desc 'Dumps all models into fixtures.' task :dump => :environment do models = [] Find.find(Rails.root + '/app/models') do |path|