Fix limit_param in favourites_controller.rb (#3553)
This commit is contained in:
		
				
					committed by
					
						 Eugen Rochko
						Eugen Rochko
					
				
			
			
				
	
			
			
			
						parent
						
							f6e2309e70
						
					
				
				
					commit
					e014bf8ed0
				
			| @ -65,7 +65,7 @@ class Api::V1::FavouritesController < ApiController | ||||
|   end | ||||
|  | ||||
|   def records_continue? | ||||
|     results.size == limit_param(DEFAULT_ACCOUNTS_LIMIT) | ||||
|     results.size == limit_param(DEFAULT_STATUSES_LIMIT) | ||||
|   end | ||||
|  | ||||
|   def pagination_params(core_params) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user