Class: Decidim::Attributes::Symbol

Inherits:
ActiveModel::Type::Value
  • Object
show all
Defined in:
decidim-core/lib/decidim/attributes/symbol.rb

Overview

Custom attributes value to represent a Symbol.

Instance Method Summary collapse

Instance Method Details

#typeObject

:nodoc:



7
8
9
# File 'decidim-core/lib/decidim/attributes/symbol.rb', line 7

def type # :nodoc:
  :symbol
end