af83/chouette-core

View on GitHub
app/decorators/stop_area_provider_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
class StopAreaProviderDecorator < AF83::Decorator
  decorates StopAreaProvider

  set_scope { [context[:workbench], :stop_area_referential] }

  create_action_link

  with_instance_decorator do |instance_decorator|
    instance_decorator.crud
  end
end