On Thu, Aug 12, 2010 at 9:48 AM, Fritz Trapper <[email protected]> wrote: > When I enter the name of a ActiveRecord class to irb, the schema of the > record is displayed:
> How to query that vir ruby code? e.g. >> Author => Authorid: integer, first_name: string, last_name: string, dob: date, created_at: datetime, updated_at: datetime, genre: string >> Author.inspect => "Author(id: integer, first_name: string, last_name: string, dob: date, created_at: datetime, updated_at: datetime, genre: string)" >> HTH, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

