mirror of
https://github.com/go-gitnub/gitnub.git
synced 2025-05-23 06:11:02 +00:00
6 lines
97 B
Ruby
6 lines
97 B
Ruby
# frozen_string_literal: true
|
|
|
|
class SiteController < ApplicationController
|
|
def index; end
|
|
end
|