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
Add tests to check only required methods are included in the controller.
eg. I only have rescue_from api ActiveRecord::RecordNotFound, then only handle_record_not_found method should be included in the controller. Nothing more.