blackxored/radriar

View on GitHub
lib/radriar/api/strong_parameters_support.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Radriar
  module API
    module StrongParametersSupport
      def permitted_params
        declared(params, include_missing: false)
      end
    end
  end
end