Added dashboard for admin, only scaffold

This commit is contained in:
2024-09-02 11:39:42 +02:00
parent 6aca35ff46
commit fbbf0b5aac
5 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
require "test_helper"
class Admin::DashboardControllerTest < ActionDispatch::IntegrationTest
test "should get index" do
get admin_dashboard_index_url
assert_response :success
end
end