Files
Dena/app/controllers/application_controller.rb
2026-08-13 19:50:53 +03:30

5 lines
88 B
Ruby

# frozen_string_literal: true
class ApplicationController < ActionController::Base
end