Please help with model

receintly i am riding on rails 2.1 and i have write this line on
controller

model:ZaikeiInformation
and get the error below:
undefined method `model’ for BasicsController:Class
can anyone give me idea.
thanks

On 26 Aug 2008, at 13:34, Rustam M. wrote:

receintly i am riding on rails 2.1 and i have write this line on
controller

model:ZaikeiInformation
and get the error below:
undefined method `model’ for BasicsController:Class
can anyone give me idea.
thanks

model was obsolete and unnecessary about 2 years ago. It has since
been removed.

Fred