Skip to content

Commit

Permalink
Fixed order of ssl allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
danmorin committed Mar 19, 2012
1 parent a6926c5 commit 344080f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/controllers/spree/omniauth_callbacks_controller.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
class Spree::OmniauthCallbacksController < Devise::OmniauthCallbacksController
ssl_allowed


include Spree::Core::CurrentOrder
include Spree::Core::ControllerHelpers
helper 'spree/users', 'spree/base'


ssl_allowed

SpreeSocial::OAUTH_PROVIDERS.each do |provider|
method_name = (provider[1]).to_sym
send :define_method, method_name do
Expand Down

0 comments on commit 344080f

Please sign in to comment.