Thanks. In addition I found namespace-routing (http://guides.rubyonrails.org/routing.html under 2.6), which is what I was looking for.
Am 18.01.11 16:53, schrieb Colin Law: > On 18 January 2011 15:39, Tim Wattenberg <[email protected]> wrote: >> [...] >> I was thinking from the perspective of the user. >> I may expressed myself wrong/misleading and should replace the words >> "Frontend" and "Backend" with "User-Interface" and "Admin-Interface". > If you think of these as different interfaces then different > controllers may be what you want (not different models of course, > multiple controllers can access the same models). If there are > different levels of users then this may be best served by something > like cancan. > > Colin > -- 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.

