method
default_behavior
rails latest stable - Class:
ActiveSupport::Deprecation
default_behavior()public
No documentation available.
# File activesupport/lib/active_support/deprecation.rb, line 27
def default_behavior
if defined?(RAILS_ENV)
DEFAULT_BEHAVIORS[RAILS_ENV.to_s]
else
DEFAULT_BEHAVIORS['test']
end
end