On Thu, Aug 12, 2010 at 9:48 AM, Fritz Trapper <lists@ruby-forum.com> 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 ------------------------ hassan.schroeder@gmail.com
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
No comments:
Post a Comment