Requiring OmniAuth

A small note in the “in case I need this again” cat­egory. I’m writ­ing a Sinatra app and want to add Twit­ter OAuth for sign­ing in. A good way to do this appears to be with the omni­auth gem but I ran into an issue. require ‘oa-oauth’ is the doc­u­mented way to require the right […]