JulienCorbin
JulienCorbin
@tgoldenberg Have you found out how to solve your issue ? I have the same problem with my project.
@alecrubin I run into the same issue, have you found any solution yet ? @spohlenz ?
running `rails routes` gives the following output: ``` Prefix Verb URI Pattern Controller#Action trestle /admin Trestle::Engine api_v1_posts GET /api/v1/posts(.:format) api/v1/posts#index POST /api/v1/posts(.:format) api/v1/posts#create api_v1_post GET /api/v1/posts/:id(.:format) api/v1/posts#show PATCH /api/v1/posts/:id(.:format) api/v1/posts#update...
@spohlenz Thank you for your answer; I think adding a `new` route for Trestle::Engine would solve this; But I don't know where I should add this route. The only problem...