Flowdock
method

normalize_boundary_map

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: DatabaseGenerator
normalize_boundary_map() public

No documentation

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

Hide source
# File activesupport/bin/generate_tables, line 100
        def normalize_boundary_map
          @ucd.boundary.each do |k,v|
            if [:lf, :cr].include? k
              @ucd.boundary[k] = v[0]
            end
          end
        end
Register or log in to add new notes.