FIX: Invalid `raise` syntax (#29364)
This commit is contained in:
parent
30eb00ac20
commit
7acf9e6caf
|
@ -126,7 +126,7 @@ class ThemeModifierSet < ActiveRecord::Base
|
|||
type = :boolean
|
||||
else
|
||||
if !%i[boolean string].include?(info.type)
|
||||
raise ThemeModifierSetError "Invalid theme modifier column type"
|
||||
raise ThemeModifierSetError, "Invalid theme modifier column type"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue