method

in_rails_application?

rails latest stable - Class: Rails::ScriptRailsLoader

Method deprecated or moved

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

in_rails_application?()
public

No documentation available.

# File railties/lib/rails/script_rails_loader.rb, line 21
    def self.in_rails_application?
      File.exists?(SCRIPT_RAILS)
    end