Is it possible that I create my model using rails generate model... which creates all them CRUD stuff including views for create, update and delete, AND then I override rails CRUD methods to do something else instead for example printing them all out or whatever?