Added Room and some little design updates
This commit is contained in:
2
app/views/rooms/_room.json.jbuilder
Normal file
2
app/views/rooms/_room.json.jbuilder
Normal file
@@ -0,0 +1,2 @@
|
||||
json.extract! room, :id, :created_at, :updated_at
|
||||
json.url room_url(room, format: :json)
|
||||
Reference in New Issue
Block a user