Skip to content

Commit 00d9dc0

Browse files
jmilljr24maebeale
authored andcommitted
clean up
1 parent 866d5d3 commit 00d9dc0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ gem "country_select"
4646
gem "turbo-rails", "~> 2.0"
4747
gem "stimulus-rails", "~> 1.3"
4848

49+
gem "active_storage_validations", "~> 3.0"
50+
4951
group :development, :test do
5052
gem "better_errors"
5153
gem "brakeman", require: false

app/views/users/_form.html.erb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
<<<<<<< HEAD
21
<%= simple_form_for @user, html: { multipart: true, class: "space-y-8" } do |f| %>
3-
<%= render 'shared/errors', resource: @user if @user.errors.any? %>
2+
<%= render 'shared/errors', resource: user if user.errors.any? %>
43

54
<!-- Basic Info + Avatar -->
65
<!-- Container -->

0 commit comments

Comments
 (0)