Added images to vehicles
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / scan_js (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run

This commit is contained in:
2024-08-20 20:26:06 +02:00
parent 132ea2c51d
commit f50bf2fa5f
5 changed files with 25 additions and 4 deletions

View File

@@ -1,4 +1,6 @@
class HomeController < ApplicationController
skip_before_action :authenticate
def index
end
end