Sha256: 1e02b07d0a12d1600f139d387aa2ba9c19141d42f4fdfa74cc19c51e6195d750
Contents?: true
Size: 397 Bytes
Versions: 7
Compression:
Stored size: 397 Bytes
Contents
FactoryBot.define do factory :structure do title 'Structure' is_visible true factory :structure_static_page do structure_type StructureType.static_page position_type PositionType.menu end factory :structure_main do title 'Main page' slug 'main-page' structure_type StructureType.main position_type PositionType.default end end end
Version data entries
7 entries across 7 versions & 1 rubygems