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

undefined method `sign_out_via' for Devise:Module #381

Closed
pcreux opened this issue Aug 17, 2011 · 0 comments
Closed

undefined method `sign_out_via' for Devise:Module #381

pcreux opened this issue Aug 17, 2011 · 0 comments
Labels

Comments

@pcreux
Copy link
Contributor

pcreux commented Aug 17, 2011

This commit b93a930 introduced a bug with older versions of devise that does not implement the sign_out_via method.

undefined method `sign_out_via' for Devise:Module (NoMethodError)
/..../active_admin/lib/active_admin/devise.rb:12:in `config'

We should check if devise responds_to sign_out_via before adding the sign_out_via config option.

@ghost ghost assigned pcreux Aug 17, 2011
@pcreux pcreux closed this as completed in 29d4bc0 Aug 17, 2011
@pcreux pcreux removed their assignment Aug 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants