about summary refs log tree commit diff
path: root/app/models/form/delete_confirmation.rb
blob: 99d04b331a588427be841f07b4f4f833cb9c0ad8 (plain) (blame)
1
2
3
4
5
6
7
# frozen_string_literal: true

class Form::DeleteConfirmation
  include ActiveModel::Model

  attr_accessor :password, :username
end