class Decidim::Meetings::Admin::ValidateRegistrationCode

def initialize(form, meeting)

meeting - The current instance of the meeting to be updated.
form - The form from which to get the data.

Initializes a ValidateRegistrationCode Command.
def initialize(form, meeting)
  @form = form
  @meeting = meeting
end