highway/site/app/controllers/feed_controller.rb
2025-04-24 18:27:29 -04:00

4 lines
70 B
Ruby

class FeedController < ApplicationController
def show
end
end