You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tested it with the latest version of Devise, and it works as expected. Feel free to provide a sample app that reproduces this issue, and I'll reopen it. Thanks!
class ApplicationController < ActionController::Base
before_action :configure_permitted_parameters, if: :devise_controller?
protect_from_forgery with: :exception
include PublicActivity::StoreController
WillPaginate.per_page = 75
protected
The text was updated successfully, but these errors were encountered: