module Handcuffs::Extensions
Extended by ActiveRecord::Migrator in order to track the current phase
Attributes
Public Instance Methods
Source
# File lib/handcuffs/extensions.rb, line 8 def phase(phase) @handcuffs_phase = phase end
Extended by ActiveRecord::Migrator in order to track the current phase
# File lib/handcuffs/extensions.rb, line 8 def phase(phase) @handcuffs_phase = phase end