module RailsAsyncMigrations::ClassMutators

Public Instance Methods

turn_async() click to toggle source
# File lib/rails_async_migrations/class_mutators.rb, line 10
def turn_async
  Mutators::TurnAsync.new(self).perform
end