added more description
This commit is contained in:
parent
2d58c5f4da
commit
8883b3b588
2 changed files with 3 additions and 1 deletions
3
README
3
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
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in a new issue