Skip to content

Cannot mute warnings #8

Open
Open
@abrambailey

Description

@abrambailey

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions