browsermedia / browsercms

BrowserCMS: Humane Content Management for Rails
http://browsercms.org
GNU Lesser General Public License v3.0
1.17k stars 260 forks source link

How to use partials created in Browsercms for ajax response. #737

Open ravionrails opened 9 years ago

ravionrails commented 9 years ago

I have integrated browsercms in existing rails app. Created new partial with format html in browsercms. Now on public website pages i have created an ajax request which refresh this partial but it looks for format js which is not present , how can i use the partial saved in browsercms for this ajax response.