Skip to content

Commit

Permalink
Changing from NamedBase to Base for installer generator
Browse files Browse the repository at this point in the history
  • Loading branch information
andyw8 committed Nov 6, 2010
1 parent 09b6c2d commit 55b6f4c
Showing 1 changed file with 1 addition and 3 deletions.
@@ -1,7 +1,5 @@
module CucumberScaffold
class InstallGenerator < Rails::Generators::NamedBase

argument :model_name, :type => :string
class InstallGenerator < Rails::Generators::Base

source_root File.expand_path('../templates', __FILE__)

Expand Down

0 comments on commit 55b6f4c

Please sign in to comment.