Class: SandthornSequelProjections::RakeTasks
- Inherits:
-
Object
- Object
- SandthornSequelProjections::RakeTasks
- Includes:
- Rake::DSL
- Defined in:
- lib/sandthorn_sequel_projection/tasks.rb
Instance Method Summary collapse
Instance Method Details
#install ⇒ Object
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 |