module HairTrigger::Migrator
Public Class Methods
Source
# File lib/hair_trigger/migrator.rb, line 12 def extended(base) base.class_eval do class << self prepend ProperTableNameWithHashAwarenessSupport end end end
Source
# File lib/hair_trigger/migrator.rb, line 20 def included(base) base.instance_eval do prepend ProperTableNameWithHashAwarenessSupport end end