Skip to content

Commit

Permalink
show reset password token in admin view
Browse files Browse the repository at this point in the history
  • Loading branch information
jhass committed Aug 22, 2014
1 parent 284d973 commit b837f06
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/initializers/rails_admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,12 @@
# history_index
# history_show
end

config.model 'User' do
show do
configure :reset_password_token do
show
end
end
end
end

0 comments on commit b837f06

Please sign in to comment.