Commit 912b7c9221fd4b6dd3b82eb7ad5c8380690c684d

Authored by MaxAlmeida
1 parent fecf2571

Adding the spb_migrations plugin to noosfero setup

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
cookbooks/noosfero/recipes/default.rb
... ... @@ -44,6 +44,7 @@ plugins = [
44 44 'statistics',
45 45 'sub_organizations',
46 46 'video',
  47 + 'spb_migrations',
47 48 ]
48 49  
49 50 execute 'plugins:enable' do
... ...