上記のページにある store_user_location!
メソッドの !
とはどういう意味でしょうか?
このメソッドはフルパスをsessionに入れるという意味合いですよね?
!
があると破壊的メソッドかと思うんですが、どういう意味なのでしょうか?
ruby
1 def store_user_location! 2 # :user is the scope we are authenticating 3 store_location_for(:user, request.fullpath) 4 end
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/03/08 10:58