Adding user_certifications relation, and paperclip gem

This commit is contained in:
2013-01-25 03:50:53 -07:00
parent 43d949dc1d
commit 6e77b2bf68
25 changed files with 296 additions and 10 deletions

View File

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

View File

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