This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2017-06-14 09:01:27 -07:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
|
|
|
class Form::DeleteConfirmation
|
|
|
|
include ActiveModel::Model
|
|
|
|
|
2019-09-15 12:08:39 -07:00
|
|
|
attr_accessor :password, :username
|
2017-06-14 09:01:27 -07:00
|
|
|
end
|