Tyrel R. <lists@...> writes: > > Sorry its hard to phrase this question > > My user controller is a restful resource so get user shows the profile > page that all users access. I was wondering where to code the control > panel users see when the log in. >
Which model(s) does the user's control panel pull information from? Keep in mind, you can create a controller which does not tie directly to an underlying model or database table, so why not create a ControlPanel controller with view, edit, and update methods? -- 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.

