Nessuna descrizione http://j1x-huginn.herokuapp.com

service_helper.rb 174B

    module ServiceHelper def has_oauth_configuration_for(provider) ENV["#{provider.upcase}_OAUTH_KEY"].present? && ENV["#{provider.upcase}_OAUTH_SECRET"].present? end end