forked from cybrespace/mastodon
		
	
							parent
							
								
									4eeda67727
								
							
						
					
					
						commit
						36e47a31e3
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ class Settings::ApplicationsController < ApplicationController
 | 
				
			||||||
  before_action :prepare_scopes, only: [:create, :update]
 | 
					  before_action :prepare_scopes, only: [:create, :update]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def index
 | 
					  def index
 | 
				
			||||||
    @applications = current_user.applications.page(params[:page])
 | 
					    @applications = current_user.applications.order(id: :desc).page(params[:page])
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def new
 | 
					  def new
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue