Sha256: e28e41c8ec279c6d47dabee6fb04a3d7414278f78e3fd0826af3be7345e7653f
Contents?: true
Size: 250 Bytes
Versions: 16
Compression:
Stored size: 250 Bytes
Contents
els = %w( Tennis Football Basketball Handball Climbing Running Swimming Rugby PingPong Chess Fitness ) say "Creating #{els.size} extracurricular activities ...".yellow els.each { |el| Gaku::ExtracurricularActivity.where(name: el).first_or_create! }
Version data entries
16 entries across 16 versions & 2 rubygems