In a new Rail app I have to consider 2 differents user's type: basic and Advanced
and I have to create smartphone views( unique view for both user's type).
Then I have 3 view/layout:
- web advance
- web basic
- smartphone
I already have the adv/basic flag for the user, and I followed the RBates tutorial http://asciicasts.com/episodes/199-mobile-devices.
What is the best way to manage the 3 views/layout ? What is the best way to use respond_to ?
Thank you, Alessandro