質問編集履歴
1
文の削除
    
        title	
    CHANGED
    
    | 
         
            File without changes
         
     | 
    
        body	
    CHANGED
    
    | 
         @@ -109,7 +109,7 @@ 
     | 
|
| 
       109 
109 
     | 
    
         
             
            end
         
     | 
| 
       110 
110 
     | 
    
         
             
            ```
         
     | 
| 
       111 
111 
     | 
    
         | 
| 
       112 
     | 
    
         
            -
            sessions_controller 
     | 
| 
      
 112 
     | 
    
         
            +
            sessions_controller
         
     | 
| 
       113 
113 
     | 
    
         
             
            ```
         
     | 
| 
       114 
114 
     | 
    
         
             
            class Api::V1::Auth::SessionsController < DeviseTokenAuth::SessionsController
         
     | 
| 
       115 
115 
     | 
    
         
             
              before_action :cookie_destroy
         
     |