retrospring/app/views/ajax/comment/create.json.jbuilder

3 lines
93 B
Text
Raw Normal View History

2014-12-07 14:31:20 +01:00
json.partial! 'ajax/shared/status'
2014-12-07 15:05:44 +01:00
json.render @render if @render
json.count @count if @count