module Account::Users::ControllerBase

def permitted_arrays

def permitted_arrays
  raise "It looks like you've removed `permitted_arrays` from your controller. This will break Super Scaffolding."
end