activeadmin/arbre

Arbre context class respond_to? method issue

ashahzad4 opened this issue · 1 comments

Arbre Context class' respond_to? method is not compatible with ruby 2.0 ... I am using few gems that make a call to context's respond_to with a method name and fail as they are trying ruby 2 syntax, respond_to?(symbol, include_all=false) ... which fails complaining about the number of arguments passed

Is already fixed on master in 47d7a01