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
followed the instructions on the website, but after adding the data in point 6
Add the Datatable helper mixin to your ApplicationHelper (app/helpers/application_helper.rb) like so:
module ApplicationHelper include Datatables::Helpers end
I now get the error
uninitialized constant ApplicationHelper::Datatables
I'm using rails 3.1
The text was updated successfully, but these errors were encountered:
You have to restart your server
Sorry, something went wrong.
Thanx, eveevans, you save my minutes.
No branches or pull requests
followed the instructions on the website, but after adding the data in point 6
Add the Datatable helper mixin to your ApplicationHelper (app/helpers/application_helper.rb) like so:
module ApplicationHelper
include Datatables::Helpers
end
I now get the error
uninitialized constant ApplicationHelper::Datatables
I'm using rails 3.1
The text was updated successfully, but these errors were encountered: