why “undefined methods: welcome_widgets” error when run rake bootstrap in shapado:next scripts?
Alexey Babich
[ Editor ]
Just replace welcome_widgets references with mainlist_widgets in lib/tasks/setup.rake
This will eliminate the error.
I found that welcome_widgets is used in group.rb and some other models? Is there any one could help me to solve this bug.