Skip to content

Commit

Permalink
enable html for show
Browse files Browse the repository at this point in the history
  • Loading branch information
QuBiT committed Aug 15, 2010
1 parent baae629 commit 7589a55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/controllers/logged_exceptions_controller.rb
Expand Up @@ -48,6 +48,10 @@ def query

def show
@exception = LoggedException.find params[:id]
respond_to do |format|
format.html
format.js
end
end

def destroy
Expand Down

0 comments on commit 7589a55

Please sign in to comment.