method
default_behavior
v2.1.0 -
Show 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