# frozen_string_literal: true class PostsController < ApplicationController def index; end end