9 lines
109 B
Ruby
9 lines
109 B
Ruby
|
class BasicInfosController < ApplicationController
|
||
|
layout "devise"
|
||
|
def index
|
||
|
end
|
||
|
|
||
|
def form_page
|
||
|
end
|
||
|
|
||
|
end
|