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