Class: Pose::Jobs::Install
- Inherits:
-
Object
- Object
- Pose::Jobs::Install
- Defined in:
- lib/pose/jobs/install.rb
Overview
Creates the Pose tables in the database.
Instance Method Summary collapse
Instance Method Details
#perform ⇒ Object
22 23 24 |
# File 'lib/pose/jobs/install.rb', line 22 def perform InitialMigration.new.change end |