Files
dry_beans/app/controllers/application_controller.rb

3 lines
56 B
Ruby
Raw Normal View History

2024-09-11 20:13:56 -03:00
class ApplicationController < ActionController::API
end