Fernando Mendes
Fernando Mendes
Thanks @ricardoebbers, was having a hard time with this, [`Scrivener.__using__/1` is lacking in docs for the options](https://hexdocs.pm/scrivener/Scrivener.html#__using__/1). Since you came up with the solution, maybe you could open a PR...
Yeah, that seems a sensible option! How would you feel about adding some steps paraphrasing what you just mentioned here, on the README template? We would also need to add...
@TrevorHinesley can you provide an example app where you get that error? The example app included in this repo has namespaced models ([blog/post.rb](https://github.com/thoughtbot/administrate/blob/master/spec/example_app/app/models/blog/post.rb) and [dashboards/blog/post_dashboard.rb](https://github.com/thoughtbot/administrate/blob/master/spec/example_app/app/dashboards/blog/post_dashboard.rb) and it seems to be...
Oh wow, I forgot about this. Yep, no worries 👍
I reckon I might just have several now, given the updates to the codebase
Not an ideal solution, but I worked around it by detecting if I'm in an umbrella root on startup and calculating the projections for each app. In my case: ```viml...
+1 on this