Unique column values

I cannot find this answer anywhere. Apologies in advance...

I need to get the unique values from a particular column and this code seems to work fine:

Street.find(:all, :group => :pre_type)

Street.find(:all, :select => 'distinct pre_type')

Best. Mike