Skip to content

Commit

Permalink
added Basic usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gacha committed May 16, 2011
1 parent 3da4ed8 commit 559563a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions oa-more/lib/omniauth/strategies/draugiem.rb
Expand Up @@ -5,6 +5,12 @@

module OmniAuth
module Strategies
#
# Authenticate to draugiem.lv and frype.com and others.
#
# @example Basic Usage
#
# use OmniAuth::Strategies::Draugiem, 'API Key', 'App id'
class Draugiem
include OmniAuth::Strategy
attr_accessor :api_key, :app_id, :options
Expand Down

0 comments on commit 559563a

Please sign in to comment.