Method: ActiveRecord::Migration#up
- Defined in:
- lib/jun/active_record/migration.rb
#up ⇒ Object
5 6 7 |
# File 'lib/jun/active_record/migration.rb', line 5 def up raise NoMethodError, "Subclass must implement method." end |
5 6 7 |
# File 'lib/jun/active_record/migration.rb', line 5 def up raise NoMethodError, "Subclass must implement method." end |