add setup_storage to stock_config
This commit is contained in:
parent
b06656ba80
commit
a7775f5a98
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue