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