Sha256: 70859d4f9c8b1d79479d4c8754ad80ad07842b688400992fc921ebbf6833b8ba
Contents?: true
Size: 398 Bytes
Versions: 19
Compression:
Stored size: 398 Bytes
Contents
FactoryGirl.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
19 entries across 19 versions & 1 rubygems