Move repeated insert_pagination_headers method to api base class (#29606)
		
	This commit is contained in:
		
					parent
					
						
							
								58ce0002cd
							
						
					
				
			
			
				commit
				
					
						b5115850bb
					
				
			
		
					 33 changed files with 4 additions and 128 deletions
				
			
		|  | @ -29,10 +29,6 @@ class Api::V1::Crypto::EncryptedMessagesController < Api::BaseController | |||
|     @encrypted_messages = @current_device.encrypted_messages.to_a_paginated_by_id(limit_param(LIMIT), params_slice(:max_id, :since_id, :min_id)) | ||||
|   end | ||||
| 
 | ||||
|   def insert_pagination_headers | ||||
|     set_pagination_headers(next_path, prev_path) | ||||
|   end | ||||
| 
 | ||||
|   def next_path | ||||
|     api_v1_crypto_encrypted_messages_url pagination_params(max_id: pagination_max_id) if records_continue? | ||||
|   end | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue