Garrett Heinlen

Results 2 issues of Garrett Heinlen

Firstly, I really enjoyed reading through this code and the examples (as well as creating some small apps myself). I think this project is great and I would love to...

question

I often find myself writing code like: ``` ruby ::FullActivityRepresenter.prepare(full_activity).to_json(student: current_student) ``` or.. ``` ruby AttemptRepresenter.prepare(attempt).to_json(wrap: :attempt) ``` This gem looks great, but I can't seem to figure out an...

question