class SerializableNote < JSONAPI::Serializable::Resource type 'note' Note.new.attributes.keys.each do |attr| attribute attr.to_sym end attribute :email end