Let\'s say that I have a model called Tweet with the following fields
In your case, It returns a collection of object of Active Record Relation
so for specific record
@original.first.id gives you 64
@original.first.id
64
or
@tweet = Tweet.find(64) @tweet.id #64 @tweet.content # "Unde et nisi blanditiis vel occaecati soluta praes..."