Method: RailsWorkflow::ProcessDecorator#context

Defined in:
app/decorators/rails_workflow/process_decorator.rb

#contextObject



12
13
14
# File 'app/decorators/rails_workflow/process_decorator.rb', line 12

def context
  ContextDecorator.decorate object.context
end