I have the following code in a Rails controller:
flash.now[:notice] = \'Successfully checked in\' redirect_to check_in_path
Then in the /check_
This will work too
redirect_to check_in_path, notice: 'Successfully checked in'