Skip to content

Commit

Permalink
seo meta migrations are a prereq of pages
Browse files Browse the repository at this point in the history
  • Loading branch information
reset committed Nov 11, 2011
1 parent 4546a92 commit 899fc9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/lib/generators/refinery/pages/pages_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ def append_load_seed_data
EOH
end
end

def install_seo_meta_migrations
rake('seo_meta_engine:install:migrations')
end

end
end

0 comments on commit 899fc9d

Please sign in to comment.