method

sort_locals

rails latest stable - Class: ActionView::Resolver

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.1.0) is shown here.

sort_locals(locals)
private

No documentation available.

# File actionpack/lib/action_view/template/resolver.rb, line 102
      def sort_locals(locals) #:nodoc:
        locals.sort.freeze
      end