# File lib/generators/mongoid/oauth_provider_templates/request_token.rb, line 21 def to_query if oauth10? super else "#{super}&oauth_callback_confirmed=true" end end