I am wondering how to handle this: I have a model, 'users'. The table
can be edited. So far, so good, standard CRUD on a given model,
standard views, etc.

One of the fields in the users table is a text field for their
whereabouts, with info put in by the users themselves. I want a
different, separate view in my application, that shows only ther
whereabouts of a select user. So, in this second view, a user picks a
different user to see where he or she is.

How does you handle this in the Rails MVC design? I already have a
controller and a view for users (where you CRUD on the user). How do
you handle different required functionality/view like this? Thanks,
Janna
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to