blogit icon indicating copy to clipboard operation
blogit copied to clipboard

Fix bug where comments controller couldn't find helper methods…

Open kassi opened this issue 10 years ago • 0 comments

…inside remote method call in main app.

This happens when you have your own ApplicationController in main app and try to create a new ActiveRecord comment. Without namespacing you'll get

undefined method `format_content' for #<#<Class:xxxxx>:yyyyyy>

kassi avatar Dec 22 '15 10:12 kassi