Rails API, app Flutter, infrastruttura Docker/MediaMTX, sito marketing e documentazione di deploy. Co-authored-by: Cursor <cursoragent@cursor.com>
7 lines
135 B
Ruby
7 lines
135 B
Ruby
module Admin
|
|
class BaseController < ActionController::Base
|
|
layout "admin"
|
|
protect_from_forgery with: :null_session
|
|
end
|
|
end
|