continuing the refactor of the admin section

This commit is contained in:
2012-12-05 01:14:13 +01:00
parent d8eef4a047
commit fe7c061d37
47 changed files with 752 additions and 123 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
FactoryGirl.define do
factory :list do
association :table
association :supplier
association :supplier #TODO warning! this may create a different supplier than the one created by the associated table
end
end