Skip to content

Instantly share code, notes, and snippets.

@universal
Created October 9, 2012 10:53
Show Gist options
  • Save universal/3857941 to your computer and use it in GitHub Desktop.
Save universal/3857941 to your computer and use it in GitHub Desktop.
get "omnigraffle(:version)_stencils" => "home#index", as: :omni
= link_to "omni1", omni_path(:version => 1)
= link_to "omni", omni_path
<a href="/omnigraffle1_stencils">omni1</a>
<a href="/omnigraffle_stencils">omni</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment