Method: ActiveAdmin::Inputs::DatepickerInput#label_from_options
- Defined in:
- lib/active_admin/inputs/datepicker_input.rb
#label_from_options ⇒ Object
Can pass proc to filter label option
13 14 15 16 17 |
# File 'lib/active_admin/inputs/datepicker_input.rb', line 13 def res = super res = res.call if res.is_a? Proc res end |