Module: Polivalente::EnumHelper
- Defined in:
- app/helpers/polivalente/enum_helper.rb
Instance Method Summary collapse
Instance Method Details
#options_for_enum(object, enum) ⇒ Object
Based on: stackoverflow.com/a/37720663/7899348
4 5 6 7 |
# File 'app/helpers/polivalente/enum_helper.rb', line 4 def (object, enum) = (object.class.name, enum.to_s) (, object.send(enum)) end |