rails DM機能 メッセージ編
class MessagesController < ApplicationController before_action :authenticate_user!, :only =>...
0
0
Comment0
3 search resultsShowing 1~3 results
You need to log-in
class MessagesController < ApplicationController before_action :authenticate_user!, :only =>...
rooms コントローラー class RoomsController < ApplicationController before_action :authenticate_user! ...
忘れないための備忘録です。 railsのDM機能 (参考:https://qiita.com/nojinoji/items/2b3f8309a31cc6d88d03) アソシエーションは ルーム...
3 search resultsShowing 1~3 results
Qiita is a knowledge sharing service for engineers.