| In: |
app/models/chunks/engines.rb
|
| Parent: | Chunk::Abstract |
# File app/models/chunks/engines.rb, line 14
14: def mask(content)
15: RedCloth.new(text,content.options[:engine_opts]).to_html
16: end