delete_confirmation.rb (122B)
- # frozen_string_literal: true
- class Form::DeleteConfirmation
- include ActiveModel::Model
- attr_accessor :password
- end
git clone https://anongit.hacktivis.me/git/mastofe.git/
delete_confirmation.rb (122B)
- # frozen_string_literal: true
- class Form::DeleteConfirmation
- include ActiveModel::Model
- attr_accessor :password
- end