I am using locomotive cms for our new project. Which uses rails 3.2.13, Ruby 1.9.3 and mongodb.
As client wants to edit some of the pages(around 10), so we decided to integrate locomotive to existing rails app.
Problem we found here is not able to inherit any of pages from application.html.
Do we need to write separate html in locomotive index also or is there any way to interact between cms and our rails app.
we totally confused as this is my first cms integration to rails
Thank you in advance