5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 13:06:06 +00:00
panel/app/models/metadata_content.rb
2019-10-18 23:25:50 -03:00

10 lines
203 B
Ruby

# frozen_string_literal: true
# Se encarga del contenido del artículo y quizás otros campos que
# requieran texto largo.
class MetadataContent < MetadataString
def front_matter?
false
end
end