Sha256: 8a40a0d4357db3c5ec8e03a23f9adb6708714b82223751c5c64af05b99950b71

Contents?: true

Size: 186 Bytes

Versions: 7

Compression:

Stored size: 186 Bytes

Contents

# -*- encoding : utf-8 -*-
view :core do |args|
  case card.raw_content.to_i
  when 1; 'yes'
  when 0; 'no'
  else  ; '?'
  end
end

view :editor do |args|
  form.check_box :content
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wagn-1.12.13 mods/standard/sets/type/toggle.rb
wagn-1.12.12 mods/standard/sets/type/toggle.rb
wagn-1.12.11 mods/standard/sets/type/toggle.rb
wagn-1.12.10 mods/standard/sets/type/toggle.rb
wagn-1.12.9 mods/standard/sets/type/toggle.rb
wagn-1.12.8 mods/standard/sets/type/toggle.rb
wagn-1.12.7 mods/standard/sets/type/toggle.rb