Class: SandthornSequelProjections::RakeTasks

Inherits:
Object
  • Object
show all
Includes:
Rake::DSL
Defined in:
lib/sandthorn_sequel_projection/tasks.rb

Instance Method Summary collapse

Instance Method Details

#installObject



6
7
8
9
10
11
12
# File 'lib/sandthorn_sequel_projection/tasks.rb', line 6

def install
  namespace :sandthorn_projections do
    task :init do
      SandthornSequelProjections.start
    end
  end
end