Sha256: e0ab6d968216bd584ff8e5c5a5535257b8d0b182e4ffe1df3c8bbc26a665f091
Contents?: true
Size: 147 Bytes
Versions: 50
Compression:
Stored size: 147 Bytes
Contents
# frozen_string_literal: true module QaServer class UsageController < ApplicationController layout 'qa_server' def index; end end end
Version data entries
50 entries across 50 versions & 1 rubygems