Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

application layout is rendering #96

Open
amit-shekhar opened this issue May 20, 2017 · 2 comments
Open

application layout is rendering #96

amit-shekhar opened this issue May 20, 2017 · 2 comments

Comments

@amit-shekhar
Copy link

I installed dashing-rails as per the instructions. But instead of the widget layout, application layout is rendering

@gottfrois
Copy link
Owner

Have you try this URL? http://your_website/dashing

@amit-shekhar
Copy link
Author

i had to overload the widgets controller. and use the path manually.

def widget_path
"dashing/widgets/#{params[:name]}"
end

it works fine now with this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants