<FromGitter>
<kevinelliott> Hey, I’m struggling with a scoped route… it’s seemingly requiring login for it to work, but I don’t have anything in the corresponding controller calling my login required routines. ⏎ ⏎ ``` routes :web, "/til" do ⏎ get "/", HomeController, :index ⏎ end``` [https://gitter.im/amberframework/amber?at=5c51340f41775971a0a78d0a]
<FromGitter>
<kevinelliott> Any thoughts?
<FromGitter>
<kevinelliott> Nevermind… I need to update `PUBLIC_PATHS` in `Authenticate` to contain `/til`
<FromGitter>
<anamba> the whole public paths thing is not visible enough for me. i split my routes into `routes :web` and `routes :web_anon` with different pipelines (the anon one not having the Authenticate pipe of course)
<FromGitter>
<kevinelliott> Agreed!
<FromGitter>
<kevinelliott> Expander for `has_many` is throwing an error.
<FromGitter>
<drujensen> @kevinelliott you need to specify the type since you want it pluralized. ` has_many :learnings : Learning`
<FromGitter>
<drujensen> @valenciaj I believe there is an open issue related to supporting blocks in ECR. I would have to find it.
<FromGitter>
<kevinelliott> @drujensen I finally figured that out (but used `class_name` key instead) when I found the updated documentation. There’s some old documentation out there still published for the granite shard.
<FromGitter>
<drujensen> Sorry, I must have missed it somewhere. Can you update the docs?