Method: Alula::Content::Item#content
- Defined in:
- lib/alula/contents/item.rb
#content(locale = nil) ⇒ Object
231 232 233 234 235 |
# File 'lib/alula/contents/item.rb', line 231 def content(locale = nil) @content[(locale || self.current_locale || self.site.config.locale)] ||= begin render(locale) end end |