af83/chouette-core

View on GitHub
app/controllers/redirect/stop_areas_controller.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Redirect
  class StopAreasController < BaseController

    def show
      redirect_to default_stop_area_path!(Chouette::StopArea.find(params[:id]))
    end

  end
end