Skip to content

Commit a408ac0

Browse files
wire projects on the admin dashboard
1 parent aa98eb4 commit a408ac0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
class AdminDashboardPortal::Hackathon::ProjectSubmissionsController < ::Hackathon::ProjectSubmissionsController
2+
include AdminDashboardPortal::Concerns::Controller
3+
end

packages/admin_dashboard_portal/config/routes.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
register_resource ::Hackathon::TeamMembership
99
register_resource ::Hackathon::HealthAndSafety
1010
register_resource ::Hackathon::CheckIn
11+
register_resource ::Hackathon::ProjectSubmission
1112
# register resources above.
1213

1314
# Define your application routes per the DSL in https://guides.rubyonrails.org/routing.html

0 commit comments

Comments
 (0)