1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2026-01-27 10:38:50 +01:00
Files
projekteuler/app/controllers/admin/dashboard_controller.rb

5 lines
73 B
Ruby

class Admin::DashboardController < AdminController
def index
end
end