Firebird find method return nil

I use the firebird db. I have a Users table If in ruby user_controller I use

users = User.find(:all) print(users)

I view

nil

Can you help me? Thank you Andrea