Method: ThesisCreatePage.down

Defined in:
lib/generators/thesis/install/templates/migrations/thesis_create_page.rb

.downObject



18
19
20
# File 'lib/generators/thesis/install/templates/migrations/thesis_create_page.rb', line 18

def self.down
  drop_table :pages
end