Skip to content
  • Paul McMahon's avatar
    75d58fef
    allow requiring of 'active_model/naming' · 75d58fef
    Paul McMahon authored
    Requiring 'active_model/naming' will raise an uninitialized constant
    ActiveSupport::Deprecation exception because the module core extension
    doesn't require 'active_support/deprecation'. This require cannot be
    added to the core extension because of circular dependency issues.
    75d58fef
    allow requiring of 'active_model/naming'
    Paul McMahon authored
    Requiring 'active_model/naming' will raise an uninitialized constant
    ActiveSupport::Deprecation exception because the module core extension
    doesn't require 'active_support/deprecation'. This require cannot be
    added to the core extension because of circular dependency issues.
Loading