Class: Formbuilder::Form
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- Formbuilder::Form
- Defined in:
- app/models/formbuilder/form.rb
Instance Method Summary collapse
Instance Method Details
#input_fields ⇒ Object
7 8 9 |
# File 'app/models/formbuilder/form.rb', line 7 def input_fields response_fields.reject { |rf| !rf.input_field } end |