Hi,
data = Subscription.find(user_id = 1) p data.attributes # I think this will display every attribute connected to that object.
puts "Subscribers lastname: #{data.lastname}"
Not even 50% sure it´ll work, but give it a try! 
Regards, Martin Stabenfeldt