lighthouse-api
lighthouse-api copied to clipboard
fix Ticket#tags remove usage of depreciated attr_accessor_with_default
attr_accessor_with_default doesn't work with the newer versions of activesupport. I remove the usage so Ticket#tags will work again.
http://apidock.com/rails/Module/attr_accessor_with_default
I added the Member class too so users can be listed.