rails invalid authenticity token code example
Example: ActionController::InvalidAuthenticityToken
skip_before_action :verify_authenticity_token, only: [:controller_method, ...]
skip_before_action :verify_authenticity_token, only: [:controller_method, ...]