Using this in a rails app. How would I configure the default tp in a Rails initializer?
For example, I'd like to make headers always lowercase via:
tp.set :capitalize_headers, false
But I don't want to have to do that every time. Do I need to make my own wrapper?
Using this in a rails app. How would I configure the default tp in a Rails initializer?
For example, I'd like to make headers always lowercase via:
But I don't want to have to do that every time. Do I need to make my own wrapper?