Method: TextDocument#parse_keys
- Defined in:
- app/models/text_document.rb
#parse_keys ⇒ Object
List of keys which need transformations
163 164 165 |
# File 'app/models/text_document.rb', line 163 def parse_keys (super + (content_type == 'text/css' ? ['text'] : [])).uniq end |