Sha256: 269d3775d694d39cf61fa78cee97f71a2508f3bfddb7322e24c51fcc6384081a
Contents?: true
Size: 311 Bytes
Versions: 7
Compression:
Stored size: 311 Bytes
Contents
account = Models::Account.first_or_create(name: 'KOTAROISME') user = Models::User.create(full_name: 'Kotaro Minami', account_id: account.id, role: 'owner') Models::Auth.create(email: 'kotaroisme@gmail.com', password: 'blankblank', password_confirmation: 'blankblank', account_id: account.id, user_id: user.id)
Version data entries
7 entries across 7 versions & 1 rubygems