polyglot/app/controllers/chat_rooms_controller.rb

7 lines
75 B
Ruby

class ChatRoomsController < ApplicationController
def create
end
end