Sha256: 30f9314035338ee76b7a6281ef9147a899cd59970f7df1022b67e5c04ce87f62

Contents?: true

Size: 245 Bytes

Versions: 3

Compression:

Stored size: 245 Bytes

Contents

module Socialite
  class SocialiteController < ActionController::Base
    layout 'socialite/socialite'

    # Override before ensure_user if it's set in the parent app's
    # ApplicationController.
    skip_before_filter :ensure_user
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
socialite-0.2.1 app/controllers/socialite/socialite_controller.rb
socialite-0.2.0 app/controllers/socialite/socialite_controller.rb
socialite-0.1.2 app/controllers/socialite/socialite_controller.rb