I am currently working on an application that have an ActiveRecord called Template.
I would like users to be able to
- "share" Templates so that everyone with a link could see them
- give "view" or "edit" rigths to specific users
- or keep the template only to himself
I am sure this problem should have been solved many times and I am wondering if anyone has heard of something we could start from? Something like a simple working document sharing application?