0

i am working on an accounting project in rails3 and it has some features of payroll as well. Now i want to start a blog in my existing project. Blogs flow is something like this "In blog posts can be created by only super admin and read by everyone. Here super admin is the owner/ creator of the project.I have many companies registered and super admin dose not belong to any company. "

One solution is that i can manage separate database for blog so that super admin log in separately and create posts.

Ravindra
  • 1,039
  • 2
  • 12
  • 26

1 Answers1

1

You might find the following questions & answers useful
A clean minimal gem to add a simple blog to existing app?
Simple Rails 3 blog

Community
  • 1
  • 1
Hoa
  • 3,179
  • 1
  • 25
  • 33