af83/chouette-core

View on GitHub
app/decorators/workbench_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
class WorkbenchDecorator < AF83::Decorator
  decorates Workbench

  set_scope { context[:workgroup] }

  with_instance_decorator do |instance_decorator|
    instance_decorator.crud
  end
end