From 69f36572ca81961395b85ac423c94892ef5e6df0 Mon Sep 17 00:00:00 2001 From: Daniel Beauchamp Date: Wed, 25 Jul 2012 01:27:52 -0400 Subject: Prefixing all widgets with "widget" --- bin/att | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/att b/bin/att index fe8db05..c90fc48 100755 --- a/bin/att +++ b/bin/att @@ -43,7 +43,7 @@ module AllTheThings desc "new_widget WIDGET_NAME", "Creates a new widget with all the fixins'" def new_widget(name) - @name = Thor::Util.snake_case(name) + @name = "widget_#{Thor::Util.snake_case(name)}" directory :widget, File.join('widgets', @name) end -- cgit v1.2.3