Skip to content

Commit

Permalink
Get rid of deprecation warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Jan 24, 2012
1 parent 55be93d commit b885240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/devise_controller.rb
Expand Up @@ -64,7 +64,7 @@ def navigational_formats

def unknown_action!(msg)
logger.debug "[Devise] #{msg}" if logger
raise ActionController::UnknownAction, msg
raise AbstractController::ActionNotFound, msg
end

# Sets the resource creating an instance variable
Expand Down

0 comments on commit b885240

Please sign in to comment.