3 4 5 6
# File 'app/seeds/workarea/segments_seeds.rb', line 3 def perform puts 'Adding segments...' Workarea::Segment::LifeCycle.create! end