FactoryGirl.define do factory :sa1, class:Hash do id { Faker::Number.number(9).to_i } initialize_with { attributes } end end