• Miguel Rincon's avatar
    Only inject gon variables and perform redirects for HTML · 50839384
    Miguel Rincon authored
    Instead of excluding XHRs for these actions, we only want to perform
    them when we're serving an HTML page. If we're serving an image or an
    Atom feed, they are mostly useless:
    
    1. Gon variables can't be used by an image.
    2. Redirects won't be seen if an image is embedded in another page.
    50839384
confirm_email_warning.rb 914 Bytes