Module: ClientVariable::Helpers::Instance::InstanceMethods
- Defined in:
- lib/client_variable/helper/controller.rb
Instance Method Summary collapse
Instance Method Details
#client ⇒ Object
13 14 15 16 17 18 19 |
# File 'lib/client_variable/helper/controller.rb', line 13 def client if new_request? Request.id = request.object_id Request.env = request.env end Variable end |