Skip to content

Instantly share code, notes, and snippets.

@edivandecastro
Last active December 9, 2016 19:52
Show Gist options
  • Save edivandecastro/c7ba66bea32f3b1acdad9bcf740efd5a to your computer and use it in GitHub Desktop.
Save edivandecastro/c7ba66bea32f3b1acdad9bcf740efd5a to your computer and use it in GitHub Desktop.
routes
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