Genshin/GAKUEngine

View on GitHub
core/db/default/gaku/master_school.rb

Summary

Maintainability
A
0 mins
Test Coverage
Gaku::School.where(name: 'Our School',
                   primary: true,
                   slogan: 'Our Slogan',
                   founded: Time.now,
                   principal: 'Our Principal',
                   vice_principal: 'Our Vice Principal').first_or_create!