Hugo Peixoto
46881d72bf
rails new \ --skip-action-cable \ --skip-hotwire \ --skip-jbuilder \ --skip-system-test \ -a propshaft \ --database=postgresql .
3 lines
57 B
Ruby
3 lines
57 B
Ruby
class ApplicationController < ActionController::Base
|
|
end
|