Skip to content

Commit

Permalink
Fix comment and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
suprjinx committed Sep 5, 2024
1 parent a86e926 commit 9d6c43d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/controllers/application_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,4 @@ def handle_auth_error(exception)
def handle_bad_request_error(exception)
render json: { error: exception.message }, status: :bad_request
end

end
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# MovieGenre.find_or_create_by!(name: genre_name)
# end

# this is seed is for development only
# this seed is for development only
if Rails.env.development?
Domain.first_or_create!(fqdn: "example.com", owner: "[email protected]")
end

0 comments on commit 9d6c43d

Please sign in to comment.