Module: Gon::GonHelpers::InstanceMethods
- Defined in:
- lib/gon/helpers.rb
Instance Method Summary collapse
Instance Method Details
#gon ⇒ Object
43 44 45 46 47 48 49 |
# File 'lib/gon/helpers.rb', line 43 def gon if wrong_gon_request? Gon::Request.id = request.object_id Gon::Request.env = request.env end Gon end |