okay, so, we have associations rocking

This commit is contained in:
Ken Johnson
2013-05-24 19:15:36 -04:00
parent 0d841124f5
commit 471c5851c7
7 changed files with 51 additions and 5 deletions
+13
View File
@@ -0,0 +1,13 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
one:
total: MyString
employee_contrib: MyString
employer_contrib: MyString
user_id: MyString
two:
total: MyString
employee_contrib: MyString
employer_contrib: MyString
user_id: MyString
+7
View File
@@ -0,0 +1,7 @@
require 'test_helper'
class RetirementTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end