added more description

This commit is contained in:
Jeena Paradies 2010-06-12 18:15:33 +02:00
parent 2d58c5f4da
commit 8883b3b588
2 changed files with 3 additions and 1 deletions

3
README
View file

@ -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

View file

@ -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.