method

blame_file!

rails latest stable - Class: Exception

Method deprecated or moved

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

blame_file!(file)
public

No documentation available.

# File activesupport/lib/active_support/dependencies.rb, line 535
  def blame_file!(file)
    (@blamed_files ||= []).unshift file
  end