6 lines
98 B
Ruby
6 lines
98 B
Ruby
|
# frozen_string_literal: true
|
||
|
|
||
|
class PostsController < ApplicationController
|
||
|
def index; end
|
||
|
end
|