diff --git a/app.rb b/app.rb index c518a05..e502fa1 100644 --- a/app.rb +++ b/app.rb @@ -28,7 +28,7 @@ get '/' do @payments_count = Payment.count @suppliers_count = Supplier.count @services_count = Service.count - haml :home + haml :index end get '/directorates/:slug' do diff --git a/views/home.haml b/views/index.haml similarity index 100% rename from views/home.haml rename to views/index.haml