Adding api task_lists#show and spec, edit.haml updates

This commit is contained in:
Jason Denney
2014-03-09 19:20:00 -04:00
parent 656f0f12e4
commit 3b904f95f2
6 changed files with 66 additions and 8 deletions
+7
View File
@@ -0,0 +1,7 @@
FactoryGirl.define do
factory :task_list do
item_id { FactoryGirl.create(:bike).id }
item_type "Bike"
name { Faker::Lorem.words.join(" ")}
end
end