FactoryGirl.define do

  factory :download do |f|
  	f.ip { Faker::Internet.ip_v4_address }
  	downloadable
    user
  end

end