Fix #86 - resolve layout breaking on zoom-out on accounts grid
This commit is contained in:
parent
c3e9ba6a66
commit
3282448878
3 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue