remove debug

This commit is contained in:
Alexander Machehin 2015-04-30 14:46:16 +05:00
parent d29fb8f39a
commit 4eaadc53ab
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class ApplicationController < ActionController::Base
helper_method :get_owner
unless false#Rails.env.development?
unless Rails.env.development?
rescue_from Exception, with: :render_500
rescue_from ActiveRecord::RecordNotFound,
# ActionController::RoutingError, # see: config/routes.rb:<last line>