Flowdock
method

in_rails_application?

Importance_0
Ruby on Rails latest stable (v3.2.13) - 0 notes - Class: Rails::ScriptRailsLoader
in_rails_application?() public

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/script_rails_loader.rb, line 21
    def self.in_rails_application?
      File.exists?(SCRIPT_RAILS)
    end
Register or log in to add new notes.