MorningPeak/app/controllers/home_controller.rb
Arthur Poulet bcc15de487 Large improvment of the wrap
- add connection as admin or user (client)
- fix navbar
- fix seeds
- add home#index
2015-06-17 22:31:19 +02:00

7 lines
69 B
Ruby

class HomeController < ApplicationController
def index
end
end