I have a Ruby class called LibraryItem. I want to associate with every instance of this class an array of attributes. This array is long and looks something lik
LibraryItem
ActiveSupport has class_attribute method in rails edge.