mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 04:24:06 +00:00
Fix mode bug
This commit is contained in:
@@ -4,4 +4,8 @@ class OtherAsset < ApplicationRecord
|
||||
def color
|
||||
"#12B76A"
|
||||
end
|
||||
|
||||
def mode_required?
|
||||
false
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user