Class: Pose::Jobs::Install

Inherits:
Object
  • Object
show all
Defined in:
lib/pose/jobs/install.rb

Overview

Creates the Pose tables in the database.

Instance Method Summary collapse

Instance Method Details

#performObject



22
23
24
# File 'lib/pose/jobs/install.rb', line 22

def perform
  InitialMigration.new.change
end