Sha256: a56b5b3b1613e7dbb00d25fce2806bc4ec6ff994b93450a18edc9cc955aff7fc
Contents?: true
Size: 308 Bytes
Versions: 25
Compression:
Stored size: 308 Bytes
Contents
FactoryGirl.define do factory 'backend/translation_with_seo_form' do seo_slug 'foo' seo_title 'Foo' seo_description 'This is a foo' model { create(:page) } translation { model.translation(:nl) } seo { model.seo(:nl) } initialize_with { new(model, translation, seo) } end end
Version data entries
25 entries across 25 versions & 1 rubygems