Last active
December 9, 2016 19:52
-
-
Save edivandecastro/c7ba66bea32f3b1acdad9bcf740efd5a to your computer and use it in GitHub Desktop.
routes
This file contains 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
routes = Rails.application.routes.routes | |
routes = Workflow::Engine.routes.routes | |
@paths = routes.collect {|r| r.path.spec.to_s } | |
https://gist.github.com/bantic/5688232 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment