Class: KnoxBox::Tasks

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

Instance Method Summary collapse

Instance Method Details

#install_tasksObject



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

def install_tasks
  namespace:iron_hide do
    desc 'Load rules from local JSON file to remote CouchDB server'
    task :load_rules, :file, :db_server do |t, args|
      
    end
  end
end