Use preferred format for array of strings
This commit is contained in:
@@ -4,7 +4,7 @@ class Admin::SystemEmailsController < Admin::BaseController
|
|||||||
|
|
||||||
def index
|
def index
|
||||||
@system_emails = {
|
@system_emails = {
|
||||||
proposal_notification_digest: %w(view preview_pending)
|
proposal_notification_digest: %w[view preview_pending],
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user