mirror of
				https://github.com/beatriceo/polyglot.git
				synced 2025-10-31 04:12:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			137 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			137 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
| class ChatRoomsController < ApplicationController
 | |
| 
 | |
|   def show
 | |
|     @chat_room = ChatRoom.find(params[:id])
 | |
|   end
 | |
| 
 | |
|   def create
 | |
| 
 | |
|   end
 | |
| end
 |