Skip to content

Latest commit

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Serialized Attributes created virtual attributes backed by a serialized hash. It works best together with github.com/jqr/typed_serialize

classUser<ActiveRecord::Basetyped_serialize:meta, Hashserialized_attributes:meta, :name, :surname, :phoneendu = User.newu.meta# => {}u.name = 'Federico'u.meta# => { 'name' => 'federico' }u.name# => 'federico'
Homepage

github.com/coderloop/serialized_attributes

License

Copyright © 2011 Coderloop Inc. <info@coderloop.com>, released under the MIT license

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

8 watching

Forks

Releases

Packages

Contributors

Languages