Created
February 11, 2016 04:35
-
-
Save marka2g/07f71e10f3177b77af30 to your computer and use it in GitHub Desktop.
Rails Routes and Helpers
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
| r = Rails.application.routes | |
| r.recognize_path "/children" | |
| r.methods - Object.methods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment