Class: RailsSettingsUi::Types::CustomCoercions::Symbol

Inherits:
Object
  • Object
show all
Defined in:
lib/rails-settings-ui/settings_form_coercible.rb

Class Method Summary collapse

Class Method Details

.[](value) ⇒ Object



10
11
12
# File 'lib/rails-settings-ui/settings_form_coercible.rb', line 10

def self.[](value)
  value.to_sym
end