Method: ActiveRecord::Migration#down
- Defined in:
- lib/jun/active_record/migration.rb
#down ⇒ Object
9 10 11 |
# File 'lib/jun/active_record/migration.rb', line 9 def down raise NoMethodError, "Subclass must implement method." end |
9 10 11 |
# File 'lib/jun/active_record/migration.rb', line 9 def down raise NoMethodError, "Subclass must implement method." end |