Fix array literal style

This commit is contained in:
Lin Jen-Shin 2016-09-01 02:16:03 +08:00
parent f5c9a40989
commit 193c8d07f7
1 changed files with 2 additions and 2 deletions

View File

@ -192,7 +192,7 @@ class Service < ActiveRecord::Base
end
def self.available_services_names
%w(
%w[
asana
assembla
bamboo
@ -215,7 +215,7 @@ class Service < ActiveRecord::Base
redmine
slack
teamcity
)
]
end
def self.create_from_template(project_id, template)