going to dynamically load the tutorial page depending on the route folks decide to take

This commit is contained in:
cktricky
2015-01-06 19:43:23 -05:00
parent c1e5a8684a
commit 09ba2b3270
5 changed files with 50 additions and 28 deletions
+2
View File
@@ -66,6 +66,8 @@ Railsgoat::Application.routes.draw do
get "gauntlt"
get "logic_flaws"
get "metaprogramming"
get "breaker"
get "builder"
end
end