Skip to content

Commit

Permalink
Fix renamed method in the model to be correct in rails admin as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Clark committed Aug 29, 2016
1 parent da6ceb6 commit 2a6ae6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/rails_admin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
field :division
end
create do
field :set_password do
field :change_password do
label 'Password'
required :true
end
Expand Down

0 comments on commit 2a6ae6a

Please sign in to comment.