Skip to content

Commit

Permalink
Merge pull request #181 from ryanbriones/action-dispatch-rails41
Browse files Browse the repository at this point in the history
Explicitly require `filter_parameters.rb` instead of relying on `action_dispatch` autoload
  • Loading branch information
shaqq committed Feb 5, 2015
2 parents 4c4999b + 8e3e69e commit 08e8dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/napa/param_sanitizer.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require 'action_dispatch'
require 'action_dispatch/http/filter_parameters'

module Napa
module ParamSanitizer
Expand Down

0 comments on commit 08e8dd4

Please sign in to comment.