Compare commits
No commits in common. "bc4e9cc63e2d2cfc3bcf660ca80cc0da2ac2d0ce" and "7df4ab1c56e60a582abc039e9cb000ed3d574b2a" have entirely different histories.
bc4e9cc63e
...
7df4ab1c56
@ -67,11 +67,4 @@ ActiveJob.perform_all_later(3.times.map { TableSimulatorJob.new })
|
|||||||
|
|
||||||
'red'.paint.palette.triad(as: :hex).zip(Group.roots).each { |(color, group)| group.update!(color: color.paint.desaturate(40)) }
|
'red'.paint.palette.triad(as: :hex).zip(Group.roots).each { |(color, group)| group.update!(color: color.paint.desaturate(40)) }
|
||||||
|
|
||||||
Group.roots.each(&:colorize_children)
|
Group.roots.each(&:colorize_children)
|
||||||
|
|
||||||
User.create!(
|
|
||||||
email: 'development@example.com',
|
|
||||||
confirmed_at: Time.zone.now,
|
|
||||||
password: 'supersecretpassword',
|
|
||||||
password_confirmation: 'supersecretpassword',
|
|
||||||
)
|
|
Loading…
x
Reference in New Issue
Block a user