Project

General

Profile

How to provide default data for redmine ,where is the code for rake redmine:load_default_data

Added by saurabh agarwal over 14 years ago

Hi ,

I want to install some default data always for redmine installation , I guess load_default_data should be using some migration ,where is it.

Please provide inputs on how load_default_data works.

Thanks & Regards
Saurabh


Replies (1)

RE: How to provide default data for redmine ,where is the code for rake redmine:load_default_data - Added by Eric Davis over 14 years ago

It's in lib/redmine/default_data/loader.rb and creates the records using the standard Active Record methods.

Eric Davis

    (1-1/1)