Method: CustomTable::ApplicationHelper#custom_table_batch_fields
- Defined in:
- app/helpers/custom_table/application_helper.rb
#custom_table_batch_fields(model) ⇒ Object
512 513 514 |
# File 'app/helpers/custom_table/application_helper.rb', line 512 def custom_table_batch_fields model custom_table_fields_definition_for(model).select{|f, d| d[:batch] == true}.keys end |