Header content type in rails 2


/ Published in: Rails
Save to your folder(s)



Copy this code and paste it in your HTML
  1. before_filter :header_javascript
  2.  
  3. def header_javascript
  4. response.headers['Content-type'] = 'text/javascript; charset=utf-8'
  5. end

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.