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

class Form::DeleteConfirmation
  include ActiveModel::Model

  attr_accessor :password
end