I have a database table with over 100 fields, however I want my model to include only a few fields so that every time I do a query/update, it will only do so for those fields.
Is there a way to specify in a model to only use selected fields from a table and ignore the rest? Thankyou. -- Posted via http://www.ruby-forum.com/. -- 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.

