af83/chouette-core

View on GitHub
app/decorators/stop_area_routing_constraint_decorator.rb

Summary

Maintainability
A
0 mins
Test Coverage
class StopAreaRoutingConstraintDecorator < AF83::Decorator
  decorates StopAreaRoutingConstraint

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

  with_instance_decorator do |instance_decorator|
    instance_decorator.crud
  end
end