Class: ActiveRecord::Base
- Inherits:
-
Object
- Object
- ActiveRecord::Base
- Defined in:
- lib/arsettings.rb
Overview
placing this here because otherwise it violates packaging standard
Class Method Summary collapse
Class Method Details
.inherited_with_settings(subclass) ⇒ Object
20 21 22 23 |
# File 'lib/arsettings.rb', line 20 def self.inherited_with_settings(subclass) inherited_without_settings subclass subclass.extend ARSettings::HasSettings end |