Sha256: b5d7f57d5e9e779cb0faec07c02dcea94f279db6ec6a38d7128505b234139ead

Contents?: true

Size: 303 Bytes

Versions: 3

Compression:

Stored size: 303 Bytes

Contents

module OptimacmsOptions
  module FilterHelper
    def self.for_select_yes_no_visible_client
      a = [["all visible client", -1], ["yes", 1], ["no", 0]]
      a
    end

    def self.for_select_yes_no_need_notify
      a = [["all need notify", -1], ["yes", 1], ["no", 0]]
      a
    end


  end
end


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
optimacms_options-0.0.10 app/helpers/optimacms_options/filter_helper.rb
optimacms_options-0.0.7 app/helpers/optimacms_options/filter_helper.rb
optimacms_options-0.0.4 app/helpers/optimacms_options/filter_helper.rb