How would I implement full crud actions globally

I was wondering if someone could give me brief direction. I’m making an app that I want to be able to take notes from anywhere I’m at in the app (CRUD). I’m rendering my presentations in my application controller using {{render}} but I’m not sure how to put the full crud operations there as well. This is what I have so far: (see SO post)

stack overflow