app/controllers/signatures_controller.rb in osbc-0.1.5 vs app/controllers/signatures_controller.rb in osbc-0.1.6

- old
+ new

@@ -15,11 +15,6 @@ private # Use callbacks to share common setup or constraints between actions. def set_signature @signature = Signature.find(params[:id]) end - - # Only allow a list of trusted parameters through. - def signature_params - params.require(:signature).permit(:signature, :time_ref, :contract_id, :common_word, :symbol_sequence, :number_sequence, :verify_sig, :block_hash, :signature_hash) - end end