Scoped_views in rails2.3.5 with restful_authentication

I am using rails 2.3.5 and restful_authentication plugin.
User model is inherited by visitor, spotter and subscriber.
How to implement scoped_views for different user(visitor, spotter and
subscriber) registration.