We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I installed dashing-rails as per the instructions. But instead of the widget layout, application layout is rendering
The text was updated successfully, but these errors were encountered:
Have you try this URL? http://your_website/dashing
http://your_website/dashing
Sorry, something went wrong.
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.
No branches or pull requests
I installed dashing-rails as per the instructions. But instead of the widget layout, application layout is rendering
The text was updated successfully, but these errors were encountered: