blogit
blogit copied to clipboard
Fix bug where comments controller couldn't find helper methods…
…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>