Displaying 1 result from an estimated 1 matches for "supportportal".
2006 Aug 11
0
single app? product generator? sharing models?
...Application I am building looks like this:
Info Magazine Portal.
Support Portal for Clients
Portal for Service Providers.
Forums, Chats, Articles, Comments etc. for Interactions.
Role based authentication.
Started building like this:
/approot/app/controllers/infoportal.rb
/approot/app/controllers/supportportal.rb
same for views etc.
But I feel like I am losing a level here....
http://app/infoportal/index - shows me my portal index page.
http://app/infoportal/index - shows me my magazine index page.
But - authentication gets a little tricky... as far as i can tell this
is normally done at class level...