Skip to content

Instantly share code, notes, and snippets.

@frullah
Created March 11, 2021 16:23
Show Gist options
  • Save frullah/a70ddd14ca7f628e1c1466b831ba3398 to your computer and use it in GitHub Desktop.
Save frullah/a70ddd14ca7f628e1c1466b831ba3398 to your computer and use it in GitHub Desktop.
Laravel to rails

Parameters

  • Laravel: $request->parameter

  • Rails:

    jika menggunakan tag form biasa params.permit(:nama_parameter)

    jika menggunakan form_with, atau form_for

    params.require(:nama_model).require(:nama_parameter)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment