lib/voom/commands.rb in voom-commands-0.1.0 vs lib/voom/commands.rb in voom-commands-0.1.1

- old
+ new

@@ -1,8 +1,3 @@ require "voom/commands/version" - -module Voom - module Commands - class Error < StandardError; end - # Your code goes here... - end -end +require 'voom/commands/base' +require 'voom/commands/controller_response'