Reputation: 4516
I've got an active record class open.
I want to know all the fields available to me in that class?
How can I do this quickly, without walking over to the database design document hanging on my wall?
I'm trying to wrap my head around having public data elements, obfuscated from me, but I just find it so frustrating to get at the field names available.
Upvotes: 0
Views: 579