6 lines
98 B
Ruby
6 lines
98 B
Ruby
class OnboardController < ApplicationController
|
|
layout 'layouts/apified'
|
|
def index
|
|
|
|
end
|
|
end
|