Commit 91c565e1 authored by Stan Hu's avatar Stan Hu

Fix allowed_params symbol

parent 448a9d89
...@@ -25,6 +25,6 @@ class StorageShard ...@@ -25,6 +25,6 @@ class StorageShard
end end
def self.allowed_params def self.allowed_params
return %w(name path gitaly_address gitaly_token).freeze return %i(name path gitaly_address gitaly_token).freeze
end end
end end
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