Skip to content

Commit

Permalink
Merge pull request #13835 from frodsan/remove_unused_argument
Browse files Browse the repository at this point in the history
Remove unused argument.
  • Loading branch information
guilleiguaran committed Jan 25, 2014
2 parents 220ee0c + e2f3e0d commit 7776fd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def show
private private


def authenticate def authenticate
authenticate_or_request_with_http_token do |token, options| authenticate_or_request_with_http_token do |token, _|
token == 'lifo' token == 'lifo'
end end
end end
Expand Down

0 comments on commit 7776fd6

Please sign in to comment.