Class: FormDecorator
- Inherits:
-
ApplicationDecorator
- Object
- Draper::Decorator
- ApplicationDecorator
- FormDecorator
- Defined in:
- app/decorators/form_decorator.rb
Instance Method Summary collapse
Methods inherited from ApplicationDecorator
Instance Method Details
#email_present? ⇒ Boolean
4 5 6 |
# File 'app/decorators/form_decorator.rb', line 4 def email_present? data.select('DISTINCT name').map(&:name).include?('email') end |