I'm trying to find objects that begin with a number.
Syntactically this is off. But I would like to do something like this :
Object.where([name LIKE ?', /[1-9]/])
If that isn't possible, how do you suppose the best way to find all objects that start with a number?