Module: Gon::GonHelpers::InstanceMethods
- Defined in:
- lib/gon/helpers.rb
Instance Method Summary collapse
Instance Method Details
#gon ⇒ Object
37 38 39 40 41 42 |
# File 'lib/gon/helpers.rb', line 37 def gon if !Gon.request_env || Gon.request_env.object_id != request.env.object_id Gon.request_env = request.env end Gon end |