Module: InertiaRails::InertiaBetterErrors
- Defined in:
- lib/patches/better_errors.rb
Instance Method Summary collapse
Instance Method Details
#text?(env) ⇒ Boolean
11 12 13 14 15 |
# File 'lib/patches/better_errors.rb', line 11 def text?(env) return false if env['HTTP_X_INERTIA'] super end |