changed constantize to metaprogramming for the addition of tutorials specific to metaprogramming flaws. In addition, the messages portion of the app needed some generic TLC so I have removed the "new" view in order to bring that functionality into the seed message page/view.

This commit is contained in:
cktricky
2014-05-20 14:25:45 -04:00
parent e4283be96b
commit 8ed2714f3f
8 changed files with 93 additions and 117 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ class TutorialsController < ApplicationController
end
def constantize
def metaprogramming
end
end