bcc15de487
- add connection as admin or user (client) - fix navbar - fix seeds - add home#index
7 lines
69 B
Ruby
7 lines
69 B
Ruby
class HomeController < ApplicationController
|
|
|
|
def index
|
|
end
|
|
|
|
end
|