Andrei Nikolaev
Results
2
comments of
Andrei Nikolaev
What about `0.3.0` version? New `0.4.0` will begin from `master` or `next` branch? In `next` branch rewriten the find options and it is cool feature.
Ideally would like something like this: ``` ruby object @obj node :outer do node :inner do attribute :title end end # { :outer => { :inner => "obj.title" } }...