Skip to content

Instantly share code, notes, and snippets.

@davidjrice
Created May 20, 2011 13:28
Show Gist options
  • Select an option

  • Save davidjrice/982885 to your computer and use it in GitHub Desktop.

Select an option

Save davidjrice/982885 to your computer and use it in GitHub Desktop.
Automated indenting?
match '/solutions' => 'static#solutions', :as => :solutions
match '/solutions/sales-incentives' => 'static#sales_incentives', :as => :sales_incentives_solutions
match '/solutions/dealer-incentives' => 'static#dealer_incentives', :as => :dealer_incentives_solutions
match '/solutions' => 'static#solutions', :as => :solutions
match '/solutions/sales-incentives' => 'static#sales_incentives', :as => :sales_incentives_solutions
match '/solutions/dealer-incentives' => 'static#dealer_incentives', :as => :dealer_incentives_solutions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment