Add newline

This commit is contained in:
Douwe Maan 2017-02-24 11:43:58 -06:00
parent 3d880d9350
commit 38a7a5f4bc
1 changed files with 1 additions and 0 deletions

View File

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