bookstore/app/controllers/application_controller.rb

3 lines
57 B
Ruby
Raw Normal View History

2021-03-19 17:31:38 +02:00
class ApplicationController < ActionController::Base
end