Initial Commit
Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
This commit is contained in:
8
config/initializers/custom_error_codes.rb
Normal file
8
config/initializers/custom_error_codes.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
Rack::Utils::HTTP_STATUS_CODES.merge!({
|
||||
901 => 'Trial Expired',
|
||||
902 => 'Account Suspended'
|
||||
})
|
||||
|
||||
Rack::Utils::SYMBOL_TO_STATUS_CODE = Hash[*Rack::Utils::HTTP_STATUS_CODES.map { |code, message|
|
||||
[message.downcase.gsub(/\s|-|'/, '_').to_sym, code]
|
||||
}.flatten]
|
||||
Reference in New Issue
Block a user