Skip to content

Commit

Permalink
Removing extra space so no formatting is needed on generated file (#1551
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jwoertink authored Jul 22, 2021
1 parent 0fcd828 commit 5e96408
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ class <%= pluralized_name %>::Delete < BrowserAction
Delete<%= resource %>.delete(<%= underscored_resource %>) do |_operation, _deleted|
flash.success = "Deleted the <%= underscored_resource %>"
redirect Index
end
end
end
end

0 comments on commit 5e96408

Please sign in to comment.