Users, RSPEC and Behaviour.

Posted by Peter Morris Tue, 28 Aug 2007 17:56:00 GMT

The classic way in rails of implementing model behaviour control of controllers and views is to decorate your model classes with methods which expose behavioural information.

For instance, for this message, we will consider an application which has users and meetings.

Now, my question is, which direction is best?