rails-engine / notifications

🛎 Notifications Center engine like GitHub or other application for any Rails applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nav Partial is not working in Notifications Controller

RailsCod3rFuture opened this issue · comments

I'm unable to reach the notifications controller when I click on the link for it. I'm getting ActionView::Template::Error (undefined local variable or method 'dashboard_index_path' for #<#<Class:0xdccbba0>:0xdcc2e40>): for some unknown reason. Do I have to define something inside of the notifications_controller.rb?

try main_app.dashboard_index_path

It's working thanks!