Class: PagesTreeInput
- Inherits:
-
SimpleForm::Inputs::Base
- Object
- SimpleForm::Inputs::Base
- PagesTreeInput
- Defined in:
- app/inputs/pages_tree_input.rb
Instance Method Summary collapse
Instance Method Details
#input ⇒ Object
2 3 4 |
# File 'app/inputs/pages_tree_input.rb', line 2 def input @builder.select :parent_id, template.([:page]) end |