diff --git a/README b/README index cd1a548..01e9ddf 100644 --- a/README +++ b/README @@ -36,5 +36,8 @@ Thanks This plugin uses Christian Kruses CFPropertyList http://rubyforge.org/projects/cfpropertylist/ to generate Plists. +This plugin started as a copy of http://github.com/chuyeow/jsonifier/ I just changed it to +support and added the CFPropertyList stuff. + Copyright (c) 2010 Jeena Paradies, released under the MIT license diff --git a/lib/plistifier/plist_encoding.rb b/lib/plistifier/plist_encoding.rb index 7414410..11f605b 100644 --- a/lib/plistifier/plist_encoding.rb +++ b/lib/plistifier/plist_encoding.rb @@ -56,7 +56,6 @@ module Plistifier #:nodoc: attrs[name] = @record.read_attribute(name) end attrs - # @record.attributes(:only => attribute_names) end # Returns 1st level methods as a hash.