RailsCasts Pro episodes are now free!

Learn more or hide this

Michael Harper's Profile

GitHub User: mharper

Site: blog.standalonecode.com

Comments by Michael Harper

Avatar

Works great. One thing I had to do in order for "Sign Out" to work properly with Devise was to make the following change in initializers/active_admin.rb:

ruby
config.logout_link_method = :delete