Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/rails/auth/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def authorized?(rack_env)

# Mark what authorized the request in the Rack environment
#
# @param [Hash] :env Rack environment
# @param [Hash] :rack_env Rack environment
# @param [String] :allowed_by what allowed this request
def set_allowed_by(rack_env, allowed_by)
Env.new(rack_env).tap do |env|
Expand Down