Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created July 3, 2013 20:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemcalilly/a71981da605187d46d96 to your computer and use it in GitHub Desktop.
Save leemcalilly/a71981da605187d46d96 to your computer and use it in GitHub Desktop.
def checkout_params
params.require(:checkout).permit(:job, {:employee_ids => []}, :shift, :date, :hours, :sales, :tips, :owed, :collected, :notes)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment