~cytrogen/masto-fe

ref: f05effeb8fb8f2cc09ccfdbff2e670ff5cb23e9f masto-fe/app/models/form/delete_confirmation.rb -rw-r--r-- 133 bytes
f05effeb — Stanislas Signoud [Glitch] Fix a missing redirection on getting-started in multi column mode 2 years ago
                                                                                
1
2
3
4
5
6
7
# frozen_string_literal: true

class Form::DeleteConfirmation
  include ActiveModel::Model

  attr_accessor :password, :username
end