Module: WithLayout
- Extended by:
- ActiveSupport::Concern
- Included in:
- Challenge
- Defined in:
- app/models/concerns/with_layout.rb
Instance Method Summary collapse
Instance Method Details
#input_kids? ⇒ Boolean
8 9 10 |
# File 'app/models/concerns/with_layout.rb', line 8 def input_kids? input_primary? || input_kindergarten? end |