Sha256: 34cfd162c4b5de5dd4345ef576ca71bfafcd10ab4e4808d3d992c1e89570213b
Contents?: true
Size: 237 Bytes
Versions: 16
Compression:
Stored size: 237 Bytes
Contents
# encoding: utf-8 roles = %w( Admin ProgramManager Instructor Counselor Staff Principal VicePrincipal Student Guardian ) say "Creating #{roles.size} roles ...".yellow roles.each { |role| Gaku::Role.where(name: role).first_or_create! }
Version data entries
16 entries across 16 versions & 2 rubygems