Add RoutingHelper (#4769)
This commit is contained in:
		
							parent
							
								
									0b32338e3f
								
							
						
					
					
						commit
						b767eb7ff8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -1,6 +1,7 @@
 | 
				
			||||||
# frozen_string_literal: true
 | 
					# frozen_string_literal: true
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class Web::NotificationSerializer < ActiveModel::Serializer
 | 
					class Web::NotificationSerializer < ActiveModel::Serializer
 | 
				
			||||||
 | 
					  include RoutingHelper
 | 
				
			||||||
  include StreamEntriesHelper
 | 
					  include StreamEntriesHelper
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  class DataSerializer < ActiveModel::Serializer
 | 
					  class DataSerializer < ActiveModel::Serializer
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue