Got uploading working

This commit is contained in:
2012-08-24 21:14:51 -07:00
commit b28efe046c
70 changed files with 1854 additions and 0 deletions
View File
+4
View File
@@ -0,0 +1,4 @@
require 'test_helper'
class UsersHelperTest < ActionView::TestCase
end
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end