Approval.configure do |config| # Maximum characters of comment for reason (default: 2000) config.comment_maximum = 2000 # Permit to respond to own request? (default: false) config.permit_to_respond_to_own_request = false end