This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/app/controllers/basic_infos_controller.rb

9 lines
109 B
Ruby
Raw Normal View History

2013-11-25 12:24:56 +00:00
class BasicInfosController < ApplicationController
layout "devise"
def index
end
def form_page
end
end