forked from cybrespace/mastodon
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			121 B
		
	
	
	
		
			Ruby
		
	
	
	
	
	
# frozen_string_literal: true
 | 
						|
 | 
						|
class Auth::ConfirmationsController < Devise::ConfirmationsController
 | 
						|
  layout 'auth'
 | 
						|
end
 |