Created
February 2, 2016 03:17
-
-
Save thomasjwebb/bc2ab634726b7cbe2dbd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ link_to wasn't working for me in an app I updated from rails2 -> rails3 -> rails4 in a short span of time | |
/ turns out I was missing csrf_meta_tags | |
%html | |
%head | |
/ ... | |
= stylesheet_link_tag 'application' | |
= javascript_include_tag 'application' | |
= csrf_meta_tags |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment