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

0
test/unit/.gitkeep Normal file
View File

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class UsersHelperTest < ActionView::TestCase
end

7
test/unit/user_test.rb Normal file
View File

@@ -0,0 +1,7 @@
require 'test_helper'
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end