Commit 7ca5896ecefb1d8b9d66717d504d6e187191bb94

Authored by Andrey Karpikov
1 parent 9b2cac10

check checked

@@ -320,8 +320,8 @@ module Kanjai @@ -320,8 +320,8 @@ module Kanjai
320 def self.replace_attributes_marker(attributes, hash_value) 320 def self.replace_attributes_marker(attributes, hash_value)
321 321
322 new_attributes = attributes.deep_dup 322 new_attributes = attributes.deep_dup
323 - if new_attributes.keys.include?(:checked)  
324 - new_attributes['make-checked'] = new_attributes.delete(:checked) 323 + if new_attributes.keys.include?('checked')
  324 + new_attributes['make-checked'] = new_attributes.delete('checked')
325 end 325 end
326 326
327 attributes.each do |key, text| 327 attributes.each do |key, text|
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.277" 2 + VERSION = "0.0.278"
3 end 3 end