5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-22 15:36:22 +00:00
panel/app/models/metadata_text.rb

9 lines
129 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
# Un campo de texto largo
class MetadataText < MetadataString
def titleize?
false
end
end