module Shoulda::Matchers::ActionController

def permit(*attributes)

def permit(*attributes)
  attributes_and_context = attributes + [self]
  StrongParametersMatcher.new(*attributes_and_context)
end