Flowdock
method

merge_as_scope

Importance_0
merge_as_scope(parent, child) private

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 707
          def merge_as_scope(parent, child)
            parent ? "#{parent}_#{child}" : child
          end
Register or log in to add new notes.