Files
BreakEscape/app/controllers/break_escape/application_controller.rb
Z. Cliffe Schreuders 680c7bfcae feat: Generate Rails Engine structure
- Create mountable engine with isolated namespace
- Configure Pundit authorization
- Set up gemspec with dependencies
- Configure generators for test_unit with fixtures
2025-11-21 15:27:53 +00:00

5 lines
84 B
Ruby

module BreakEscape
class ApplicationController < ActionController::Base
end
end