Class: Nesta::FileModel
- Inherits:
-
Object
- Object
- Nesta::FileModel
- Defined in:
- lib/nesta-plugin-smartmeta/init.rb
Instance Method Summary collapse
Instance Method Details
#description ⇒ Object
8 9 10 |
# File 'lib/nesta-plugin-smartmeta/init.rb', line 8 def description ('description') || ('summary') end |
#keywords ⇒ Object
11 12 13 |
# File 'lib/nesta-plugin-smartmeta/init.rb', line 11 def keywords ('keywords') || generated_keywords end |