6 lines
120 B
Ruby
6 lines
120 B
Ruby
class OnboardController < ApplicationController
|
|
layout 'layouts/apified'
|
|
def index
|
|
@theme = 'minimal'
|
|
end
|
|
end
|