Module: Stipend::Unprotectable

Defined in:
lib/stipend/unprotectable.rb

Instance Method Summary collapse

Instance Method Details

#attributes_protected_by_defaultObject



3
4
5
6
7
# File 'lib/stipend/unprotectable.rb', line 3

def attributes_protected_by_default
  super.tap do |protected_columns|
    protected_columns.delete inheritance_column
  end
end