LRDesign / xing-backend

Rails extensions for the Xing web development framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support for whitelisted "root resources"

nyarly opened this issue · comments

Rather than list every resource in the application, support a Xing configuration of the listed toplevel endpoints.

rails-rfc6570 does add a rfc6570_route("name") helper (badly documented, but seems to be there) which would make the whitelisted routes doable