zendesk/curly

Help me understand if this a bug

thelinuxlich opened this issue · 2 comments

Controller renders "signup" view with a @user variable

Presenter has a "presents :user"

Page throws a "required parameter 'user' missing"

Is there something I'm missing?

Forgot to say that the application layout is using curly too. I have a "content" method inside the ApplicationPresenter that just yields. Doesn't it should pass whatever instance variables are coming from the current controller to the presenter to be yielded?

@thelinuxlich is this still an issue or did you figure it out?