Sha256: 8514bc1225a8dc2160f8b74449fd5b8d176bf111902586a7905a693f16e68850
Contents?: true
Size: 249 Bytes
Versions: 40
Compression:
Stored size: 249 Bytes
Contents
# Read about factories at https://github.com/thoughtbot/factory_girl module Pageflow FactoryGirl.define do factory :edit_lock, :class => EditLock do user nil entry { build(:entry) } updated_at { Time.now } end end end
Version data entries
40 entries across 40 versions & 1 rubygems