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

class Form::Challenge
  include ActiveModel::Model

  attr_accessor :current_password, :current_username,
                :return_to
end