Max Holzheu

Results 12 comments of Max Holzheu

I agree with @awwa. Is there any reason to have all those separate methods? Also, I have some comments regarding naming: - Why call it `ClientFactory`, when you can call...

for me, the issue was that I was using `store :data, accessors: [:amount, :name]` when I meant to use `store_accessor :data, :amount, :name`