Flowdock
method

sandbox?

Importance_0
v7.1.3.2 - Show latest stable - 0 notes - Class: Rails::Console
sandbox?() 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/commands/console/console_command.rb, line 48
    def sandbox?
      return options[:sandbox] if !options[:sandbox].nil?

      return false if Rails.env.local?

      app.config.sandbox_by_default
    end
Register or log in to add new notes.