class OnboardController < ApplicationController
  layout 'layouts/apified'
  def index

  end
end