Module: OptimacmsBackups::FilterHelper
- Defined in:
- app/helpers/optimacms_options/filter_helper.rb
Class Method Summary collapse
Class Method Details
.for_select_yes_no_need_notify ⇒ Object
8 9 10 11 |
# File 'app/helpers/optimacms_options/filter_helper.rb', line 8 def self.for_select_yes_no_need_notify a = [["all need notify", -1], ["yes", 1], ["no", 0]] a end |
.for_select_yes_no_visible_client ⇒ Object
3 4 5 6 |
# File 'app/helpers/optimacms_options/filter_helper.rb', line 3 def self.for_select_yes_no_visible_client a = [["all visible client", -1], ["yes", 1], ["no", 0]] a end |