Skip to content

Commit

Permalink
Add ssl module.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil committed Aug 27, 2013
1 parent 3d689ae commit 5cf8d61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/controllers/spree/omniauth_callbacks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ class Spree::OmniauthCallbacksController < Devise::OmniauthCallbacksController
include Spree::Core::ControllerHelpers::Common
include Spree::Core::ControllerHelpers::Order
include Spree::Core::ControllerHelpers::Auth
include Spree::Core::ControllerHelpers::SSL

def self.provides_callback_for(*providers)
providers.each do |provider|
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/spree/user_authentications_controller.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Spree::UserAuthenticationsController < ApplicationController
class Spree::UserAuthenticationsController < Spree::StoreController
def index
@authentications = spree_current_user.user_authentications if spree_current_user
end
Expand Down

0 comments on commit 5cf8d61

Please sign in to comment.