Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bugfix: ssl_allowed option is invalid bug #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

bugfix: ssl_allowed option is invalid bug #12

wants to merge 1 commit into from

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