Flowdock
method

normalize_name

Importance_0
normalize_name(name) public

No documentation

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

Hide source
# File actionpack/lib/action_dispatch/routing/mapper.rb, line 220
      def self.normalize_name(name)
        normalize_path(name)[1..-1].gsub("/", "_")
      end
Register or log in to add new notes.