I have the following code in a Rails controller:
flash.now[:notice] = \'Successfully checked in\' redirect_to check_in_path
Then in the /check_
Or you can do it in one line.
redirect_to check_in_path, flash: {notice: "Successfully checked in"}