Here is a basic guide to using AdGenomics servers. The topics to be addressed are as follows:
- Access priviledges
- Setup
- Logging in
| This is a test |
| This is a test |
| Test |
| This is a test |
| This is a test |
| dklgfajsdf |
| thsijflsakdjfas |
| hello |
| module Api | |
| module V1 | |
| class ConfirmationsController < Devise::ConfirmationsController | |
| def show | |
| self.resource = User.confirm_by_token params[:confirmation_token] | |
| yield resource if block_given? | |
| domain = Rails.application.secrets.domain_name | |
| navigate_to_after_confirmation_path resource, domain | |
| end |