aboutsummaryrefslogtreecommitdiffstats
path: root/db
diff options
context:
space:
mode:
authorJamie Winsor <jamie@vialstudios.com>2011-11-14 13:03:12 -0800
committerJamie Winsor <jamie@vialstudios.com>2011-11-14 13:03:12 -0800
commitc0cecdaad98a9e6c1ef70ece8fcc2a9cbc353082 (patch)
tree99cc609dfc4e657ff980fc95295dc9f44f42d3fd /db
parent92e82301947484c92677a780d64a105bee0015a1 (diff)
downloadrefinerycms-blog-c0cecdaad98a9e6c1ef70ece8fcc2a9cbc353082.tar.gz
refinerycms-blog-c0cecdaad98a9e6c1ef70ece8fcc2a9cbc353082.tar.bz2
refinerycms-blog-c0cecdaad98a9e6c1ef70ece8fcc2a9cbc353082.zip
Remove accidentally generated content from end of seed file
Diffstat (limited to 'db')
-rw-r--r--db/seeds.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/db/seeds.rb b/db/seeds.rb
index e0a8b7d..8046c87 100644
--- a/db/seeds.rb
+++ b/db/seeds.rb
@@ -17,11 +17,4 @@ if defined?(Refinery::Page)
Refinery::Page.default_parts.each do |default_page_part|
page.parts.create(:title => default_page_part, :body => nil)
end
-end# Refinery seeds
-Dir[Rails.root.join('db', 'seeds', '*.rb').to_s].each do |file|
- puts "Loading db/seeds/#{file.split(File::SEPARATOR).last}"
- load(file)
end
-
-# Added by RefineryCMS Pages engine
-Refinery::Pages::Engine.load_seed