Sha256: 1b393d79f967809c2077221c253e587225457ed79068bf8d77d9187907d996aa
Contents?: true
Size: 228 Bytes
Versions: 20
Compression:
Stored size: 228 Bytes
Contents
FactoryBot.define do factory :notification, class: ActivityNotification::Notification do association :target, factory: :confirmed_user association :notifiable, factory: :article key { "default.default" } end end
Version data entries
20 entries across 20 versions & 1 rubygems