Where to put database loading method?

Hi all,

I have a method in the model.rb that loads data for that model. I use
script/runner to execute it. Should I be putting this method in the
model controller instead ? Or put it in it’s own script in lib ?

Thanks for the help.

Vince