Dammit… I can't remember what I changed and why
This commit is contained in:
parent
09b0df40f7
commit
dd7527691e
20 changed files with 579 additions and 319 deletions
|
|
@ -7,6 +7,7 @@ class ApplicationController < ActionController::Base
|
|||
# filter_parameter_logging :password
|
||||
|
||||
before_action :get_current_users_screenshots, :debian_sso
|
||||
# TODO: Deprecation. What is the replacement for Rails.env.development? ?
|
||||
before_action :better_errors_hack, if: -> { Rails.env.development? }
|
||||
|
||||
# Query for packages that were uploaded by the current user.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue