mirror of
https://github.com/jimeh/skyhook.git
synced 2026-02-19 11:06:38 +00:00
initial import
This commit is contained in:
15
init/actions/checkout.rb
Normal file
15
init/actions/checkout.rb
Normal file
@@ -0,0 +1,15 @@
|
||||
class CheckoutAction < Action
|
||||
|
||||
def default
|
||||
puts "please specify project"
|
||||
end
|
||||
|
||||
def method_missing(project, *args)
|
||||
Projects.send(project).checkout(*args)
|
||||
end
|
||||
|
||||
def all
|
||||
Projects.checkout
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user