Created
November 15, 2015 04:39
-
-
Save libbyschuknight/cac8e4071a30c73fc21e to your computer and use it in GitHub Desktop.
trick rails create
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
def create | |
fail | |
end | |
# will show | |
{"utf8"=>"✓", | |
"authenticity_token"=>"Kg0ES4VZZOeqhk+Axold+asCEkNKodWT+T77iIxRvKRdfYe0r9YBjbrcBgLuPyR74XBMLDa7Bc7IHcxcfkSogw==", | |
"article"=>{"title"=>"From page", | |
"body"=>"This is quite a cool css"}, | |
"commit"=>"Create Article"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment