method
    
    down
 
  down(migrations_path, target_version = nil)
  public
  
    Hide source    
    
      
  
# File activerecord/lib/active_record/migration.rb, line 404 def down(migrations_path, target_version = nil) self.new(:down, migrations_path, target_version).migrate end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   
    
     
   = protected
 = protected
  