add tag subscriptions

This commit is contained in:
albert
2010-03-09 15:58:24 -05:00
parent cd0aa75dbc
commit 65561a0779
7 changed files with 2987 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
Factory.define(:tag_subscription) do |f|
f.owner {|x| x.association(:user)}
f.name {Faker::Lorem.words.join(" ")}
f.is_visible_on_profile true
end