4 lines
		
	
	
		
			184 B
		
	
	
	
		
			Ruby
		
	
	
	
		
		
			
		
	
	
			4 lines
		
	
	
		
			184 B
		
	
	
	
		
			Ruby
		
	
	
	
|  | class AuthManager < Authorization | ||
|  | 	# belongs_to :manager_authorizable, polymorphic: true | ||
|  | 	has_and_belongs_to_many :authorized_users, class_name: 'User', inverse_of: 'managing_apps' | ||
|  | end |