6 lines
		
	
	
		
			117 B
		
	
	
	
		
			Ruby
		
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			117 B
		
	
	
	
		
			Ruby
		
	
	
	
|  | class Admin::UserActionsController < OrbitBackendController | ||
|  | 
 | ||
|  |   def index | ||
|  |     @user_actions = UserAction.all | ||
|  |   end | ||
|  | end |