about summary refs log tree commit diff stats
path: root/tools/validator/validator.h
blob: b7104294a7ccfb63af41335bc4cfb7c793c5cff8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef TOOLS_VALIDATOR_VALIDATOR_H_
#define TOOLS_VALIDATOR_VALIDATOR_H

namespace com::fourisland::lingo2_archipelago {

struct CollectedInfo;

void ValidateCollectedInfo(const CollectedInfo& info);

}  // namespace com::fourisland::lingo2_archipelago

#endif /* TOOLS_VALIDATOR_VALIDATOR_H */
00DD; font-weight: bold } /* Literal.Number.Integer.Long */
class Users::UnlocksController < Devise::UnlocksController
  # GET /resource/unlock/new
  # def new
  #   super
  # end

  # POST /resource/unlock
  # def create
  #   super
  # end

  # GET /resource/unlock?unlock_token=abcdef
  # def show
  #   super
  # end

  # protected

  # The path used after sending unlock password instructions
  # def after_sending_unlock_instructions_path_for(resource)
  #   super(resource)
  # end

  # The path used after unlocking the resource
  # def after_unlock_path_for(resource)
  #   super(resource)
  # end
end