12_generate_custom_csv_file #58

Open
philipp wants to merge 59 commits from 12_generate_custom_csv_file into develop
Showing only changes of commit a7775f5a98 - Show all commits

View file

@ -53,6 +53,7 @@ namespace :foodsoft do
desc "Initialize stock configuration" desc "Initialize stock configuration"
task :stock_config do task :stock_config do
setup_app_config setup_app_config
setup_storage
setup_development setup_development
end end
end end