socialforge/spec/factories/myshixun_members.rb

9 lines
98 B
Ruby
Raw Normal View History

2017-03-10 15:41:44 +08:00
FactoryGirl.define do
factory :myshixun_member do
myshixun_id 1
user_id 1
role 1
end
end