Т
Size: a a a
Т
SK
Т
알
ЕЗ
알
AD
AD
ВА
class ApplicationController < ActionController::Base
protect_from_forgery
before_action :authenticate
def authenticate
authenticate_or_request_with_http_basic do |username, password|
username == 'login' && password == 'secret'
end
end
end
Т
알
RP
FY
FY
RP
RP
FY
FY
RP