Skip to content

Add seed file for Noosfero with support to plugins custom seed file.

Gabriela requested to merge softwarepublico/noosfero:add_seed_for_plugins into next

Rails apps usually have a seeds.rb file to populate the database with initial useful data. This patch is to add support for seed tasks and is extendable for plugins, as can be seen in the Foo plugin.

To make this happen, you need to run:

rake db:seed

Merge request reports