Class: ContentRenderers::DummyFooRenderer
- Inherits:
 - 
      BaseRenderer
      
        
- Object
 - BaseRenderer
 - ContentRenderers::DummyFooRenderer
 
 
- Defined in:
 - lib/decidim/dev/test/rspec_support/content_processing.rb
 
Instance Method Summary collapse
Instance Method Details
#render(_options = nil) ⇒ Object
      15 16 17  | 
    
      # File 'lib/decidim/dev/test/rspec_support/content_processing.rb', line 15 def render( = nil) content.gsub("%lorem%", "<em>neque dicta enim quasi</em>") end  |