Methods

ActsAsParanoid::Associations

Public Class Methods

included(base) click to toggle source
# File lib/acts_as_paranoid/associations.rb, line 3
def self.included(base)
  base.extend ClassMethods
  class << base
    alias_method_chain :belongs_to, :deleted
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.