Open
Description
I just updated to Rails 4 and I cannot seem to mute the warnings:
config/initializers/ajax_pagination.rb
AjaxPagination.config do |config| config.warnings = false end
Here is my controller code:
respond_to do |format| format.html ajax_respond :section_id => "devices", :render => "_devices" end
Here is my view:
<%= ajax_section :id => "devices", :render => "_devices" %>
Metadata
Metadata
Assignees
Labels
No labels