Skip to content

bugfix: ssl_allowed option is invalid bug#12

Open
baban wants to merge 1 commit intobartt:masterfrom
baban:master
Open

bugfix: ssl_allowed option is invalid bug#12
baban wants to merge 1 commit intobartt:masterfrom
baban:master

Conversation

@baban
Copy link

@baban baban commented Aug 14, 2013

if "ssl_allowed :all" option is double defined
ssl_allowed function is invalid

for example...

class ApplicationController < ActionController::Base
 ssl_allowed :all
end

class PaymentController < ApplicationController
 ssl_allowed :all
end

payment controller cannot access https protocol.

if "ssl_allowed :all" option is double defined
ssl_allowed function is invalid

class ApplicationController < ActionController::Base
 ssl_allowed :all
end

class PaymentController < ApplicationController
 ssl_allowed :all
end

payment controller cannot access https protocol.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant