/usr/local/bin/ruby script/runner -e production "ProfileBox.updateProfileBoxes"
I need to be able to pass parameters to this model. Something like this :
./script/runner -e production "ProfileBox.updateProfileBoxes(param1, param2)"
/usr/local/bin/ruby script/runner -e production "ProfileBox.updateProfileBoxes"
I need to be able to pass parameters to this model. Something like this :
./script/runner -e production "ProfileBox.updateProfileBoxes(param1, param2)"