Skip to content

Commit

Permalink
Move system folder
Browse files Browse the repository at this point in the history
  • Loading branch information
dshorthouse committed Feb 5, 2024
1 parent 6b9ff05 commit 82f866c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/response_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module ResponseHelper

def nil_image
content_type "image/png"
send_file "public/system/1x1.png", type: :png
send_file "system/1x1.png", type: :png
exit
end

Expand Down
Binary file modified public/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions public/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore
Binary file added system/1x1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 82f866c

Please sign in to comment.