# frozen_string_literal: true Rails.application.routes.draw do devise_for :users root 'posts#index' end