method

increment_load_index

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: Rails::Railtie
increment_load_index() protected

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/railtie.rb, line 206
        def increment_load_index
          @@load_counter ||= 0
          @load_index = (@@load_counter += 1)
        end
Register or log in to add new notes.