0
0
Fork 0

Fix #86 - resolve layout breaking on zoom-out on accounts grid

This commit is contained in:
Eugen Rochko 2016-12-26 18:48:33 +01:00
parent c3e9ba6a66
commit 3282448878
3 changed files with 5 additions and 7 deletions

View file

@ -49,13 +49,13 @@ class ApplicationController < ActionController::Base
def not_found
respond_to do |format|
format.any { head 404 }
format.any { head 404 }
end
end
def gone
respond_to do |format|
format.any { head 410 }
format.any { head 410 }
end
end