/ Published in: Rails
Expand |
Embed | Plain Text
before_filter :header_javascript def header_javascript response.headers['Content-type'] = 'text/javascript; charset=utf-8' end
You need to login to post a comment.
