oops, maybe I should actually run the tests before committing

This commit is contained in:
Mike McCabe
2013-11-23 17:59:41 -05:00
parent c7515af6ab
commit ce239e84be
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -1,4 +1,3 @@
require
class UsersController < ApplicationController
skip_before_filter :has_info
@@ -76,4 +75,4 @@ class UsersController < ApplicationController
"#{id}~#{hash}"
end
end
end