Guest User

Untitled

a guest
May 26th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def things_I_tried
  2. # didn't work
  3. render :js => "alert('sucks')"
  4. render :text => "<script>alert('blah')</script>;", :content_type => "text/javascript"
  5. # worked
  6. javascript_tag("alert('ftw')")
  7. end
Add Comment
Please, Sign In to add comment