RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mharper
Site: blog.standalonecode.com
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:
config.logout_link_method = :delete
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:
config.logout_link_method = :delete