Class: ActiveRecord::Migration::ReversibleBlockHelper
- Defined in:
- activerecord/lib/active_record/migration.rb
Overview
:nodoc:
Instance Attribute Summary collapse
- 
  
    
      #reverting  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the value of attribute reverting. 
Instance Method Summary collapse
Methods inherited from Struct
Instance Attribute Details
#reverting ⇒ Object
Returns the value of attribute reverting
| 873 874 875 | # File 'activerecord/lib/active_record/migration.rb', line 873 def reverting @reverting end |