Commit 193c8d07 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Fix array literal style

parent f5c9a409
...@@ -192,7 +192,7 @@ class Service < ActiveRecord::Base ...@@ -192,7 +192,7 @@ class Service < ActiveRecord::Base
end end
def self.available_services_names def self.available_services_names
%w( %w[
asana asana
assembla assembla
bamboo bamboo
...@@ -215,7 +215,7 @@ class Service < ActiveRecord::Base ...@@ -215,7 +215,7 @@ class Service < ActiveRecord::Base
redmine redmine
slack slack
teamcity teamcity
) ]
end end
def self.create_from_template(project_id, template) def self.create_from_template(project_id, template)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment