Skip to content

Instantly share code, notes, and snippets.

View ianks's full-sized avatar

Ian Ker-Seymer ianks

View GitHub Profile
This is a test
This is a test
This is a test
This is a test
dklgfajsdf
thsijflsakdjfas

Adgenomics Server Guidelines

Here is a basic guide to using AdGenomics servers. The topics to be addressed are as follows:

  1. Access priviledges
  2. Setup
  3. Logging in
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