undid some mistakes

This commit is contained in:
Ken Johnson
2013-04-25 00:46:26 -04:00
parent 47ce08bb20
commit 9542e3f717
7 changed files with 53 additions and 12 deletions
+6
View File
@@ -1,2 +1,8 @@
class TutorialsController < ApplicationController
skip_before_filter :authenticated
def injection
end
end