Sha256: 60085ab83ebb50d1810812408b64b85611b5ff3680cd11264b4204f7beaf4bc3

Contents?: true

Size: 489 Bytes

Versions: 15

Compression:

Stored size: 489 Bytes

Contents

require 'social_stream-base'

require 'rack/oauth2'

module SocialStream
  module Oauth2Server
    module Controllers
      autoload :Helpers,  'social_stream/oauth2_server/controllers/helpers'
    end

    module Models
      autoload :Actor, 'social_stream/oauth2_server/models/actor'
      autoload :User, 'social_stream/oauth2_server/models/user'
    end
    autoload :TokenEndpoint, 'social_stream/oauth2_server/token_endpoint'
  end
end

require 'social_stream/oauth2_server/engine'

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
social_stream-2.0.4 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.3 lib/social_stream-oauth2_server.rb
social_stream-2.0.3 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.2 lib/social_stream-oauth2_server.rb
social_stream-2.0.2 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.1 lib/social_stream-oauth2_server.rb
social_stream-2.0.1 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-2.0.0 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.0 lib/social_stream-oauth2_server.rb
social_stream-2.0.0.beta3 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.0.beta3 lib/social_stream-oauth2_server.rb
social_stream-2.0.0.beta2 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.0.beta2 lib/social_stream-oauth2_server.rb
social_stream-2.0.0.beta1 oauth2_server/lib/social_stream-oauth2_server.rb
social_stream-oauth2_server-2.0.0.beta1 lib/social_stream-oauth2_server.rb