Closed jonnynux closed 3 years ago
When you start a new application with the latest ajax-datatables-rails v1.3.0 it doesn't start and gives you the error:
config/initializers/ajax_datatables_rails.rb:1:in <main>': undefined methodconfigure' for AjaxDatatablesRails:Module (NoMethodError)
<main>': undefined method
As mentioned here, it's only needed to remove the file config/initializers/ajax_datatables_rails.rb https://github.com/jbox-web/ajax-datatables-rails/blob/master/doc/migrate.md#to-migrate-from-v10x-to-v130
config/initializers/ajax_datatables_rails.rb
When you start a new application with the latest ajax-datatables-rails v1.3.0 it doesn't start and gives you the error:
As mentioned here, it's only needed to remove the file
config/initializers/ajax_datatables_rails.rb
https://github.com/jbox-web/ajax-datatables-rails/blob/master/doc/migrate.md#to-migrate-from-v10x-to-v130