I\'m making a forum application with various levels of authorization, one of which is a Monitor. I am doing this by extending my User class, and I plan on fine tuning this
Declare your Monitor class in other module.
module MyModule class Monitor end end