Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Rename method `authenticate_admin_user` to `authenticate` as recommended on [the Changelog]( https://github.com/varvet/godmin/blob/master/CHANGELOG.md#200---2019-12-06)
  • Loading branch information
ccastillop authored Oct 20, 2021
1 parent 6469e62 commit 6b6b02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,7 @@ module Admin
include Godmin::ApplicationController
include Godmin::Authentication

def authenticate_admin_user
def authenticate
authenticate_user!
end

Expand Down

0 comments on commit 6b6b02e

Please sign in to comment.