Moved card stuff from users model to new card model

This commit is contained in:
2012-10-14 05:46:19 -07:00
parent ccd432a67d
commit 0254f9aa2c
27 changed files with 384 additions and 332 deletions

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

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