/ 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.
tonic on 05/27/08
header rails type content rails2
2 people have marked this snippet as a favorite
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.