Fix a bug when the welcome message was not provided by an extension template.
This commit is contained in:
parent
9a51c8a9a2
commit
57aae94511
@ -59,6 +59,10 @@ module Compass
|
||||
end
|
||||
end
|
||||
|
||||
def welcome_message_options
|
||||
@welcome_message_options || {}
|
||||
end
|
||||
|
||||
def description(value = nil)
|
||||
if value
|
||||
@description = value
|
||||
|
Loading…
Reference in New Issue
Block a user