This commit is contained in:
David Heinemeier Hansson
2025-04-22 11:53:16 +02:00
parent 2d5901fe1e
commit 268e367c6f
-4
View File
@@ -3,8 +3,4 @@ module Colorable
COLORS = %w[ #3b3633 #67695e #eb7a32 #bf7c2b #c09c6f #746b1e #2c6da8 #5d618f #663251 #ff63a8 ]
DEFAULT_COLOR = "#2c6da8"
included do
attribute :color, default: DEFAULT_COLOR
end
end