Flowdock
add_routes() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File railties/lib/rails/generators/rails/controller/controller_generator.rb, line 13
      def add_routes
        unless options[:skip_routes]
          actions.reverse_each do |action|
            route generate_routing_code(action)
          end
        end
      end
Register or log in to add new notes.