Alex Zavgorodnev

Results 1 comments of Alex Zavgorodnev

I solved the problem through ``` class Grape::Entity def as_json(*args) serializable_hash(*args).as_json end end ```