Commit 38a7a5f4 authored by Douwe Maan's avatar Douwe Maan

Add newline

parent 3d880d93
...@@ -21,6 +21,7 @@ module Files ...@@ -21,6 +21,7 @@ module Files
def validate def validate
super super
params[:actions].each_with_index do |action, index| params[:actions].each_with_index do |action, index|
if ACTIONS.include?(action[:action].to_s) if ACTIONS.include?(action[:action].to_s)
action[:action] = action[:action].to_sym action[:action] = action[:action].to_sym
......
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