2019-07-30 23:29:24 +02:00
|
|
|
# frozen_string_literal: true
|
|
|
|
|
2018-05-21 15:03:46 -05:00
|
|
|
class OnboardController < ApplicationController
|
|
|
|
layout 'layouts/apified'
|
2019-08-09 17:23:37 -05:00
|
|
|
|
2018-05-21 15:03:46 -05:00
|
|
|
def index
|
2018-05-24 16:34:04 -05:00
|
|
|
@theme = 'minimal'
|
2018-05-21 15:03:46 -05:00
|
|
|
end
|
|
|
|
end
|