advance/basic and smartphone views in Rails
Posted
by aleds
on Stack Overflow
See other posts from Stack Overflow
or by aleds
Published on 2010-06-18T13:49:48Z
Indexed on
2010/06/18
13:53 UTC
Read the original article
Hit count: 216
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 ?
© Stack Overflow or respective owner