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