af83/chouette-core

View on GitHub
app/helpers/routing_constraint_zones_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
module RoutingConstraintZonesHelper
  def can_create_rcz?
    @line.routes.with_at_least_three_stop_points.length > 0
  end
end