class SandthornSequelProjections::RakeTasks

Public Instance Methods

install() click to toggle source
# File lib/sandthorn_sequel_projection/tasks.rb, line 6
def install
  namespace :sandthorn_projections do
    task :init do
      SandthornSequelProjections.start
    end
  end
end