Newer
Older
dmpopidor / spec / factories / prefs.rb
@Bodacious Bodacious on 12 Jul 2018 197 bytes Adding fixtures
# == Schema Information
#
# Table name: prefs
#
#  id       :integer          not null, primary key
#  settings :text
#  user_id  :integer
#

FactoryBot.define do
  factory :pref do
    
  end
end