Files
x-stake/app/controllers/application_controller.rb
2021-08-03 19:20:33 -03:00

4 lines
87 B
Ruby

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