I want to provide csv links in a view and I placed the csv generating code in ApplicationHelper. However I\'m getting this error:
ApplicationHelper
undefined method `
If the issue is to make methods in ApplicationHelper available in all controllers, why not add a line
include ApplicationHelper
to the ApplicationController file?