Skip to content

Commit

Permalink
remove error inspect statement from debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
FatherofDharma committed Nov 22, 2019
1 parent ad66445 commit 1e51f50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/views/admin/users/_edit.html.haml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
= semantic_form_for ['admin', resource]do |f|
= f.semantic_errors
= f.object.errors.inspect
= f.inputs do
= f.input :first_name
= f.input :last_name
Expand Down

0 comments on commit 1e51f50

Please sign in to comment.