Class: GithubWidgetGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/github_widget/github_widget_generator.rb

Instance Method Summary collapse

Instance Method Details

#initObject

argument :file_name, :type => :string class_option :stylesheet, :type => :boolean, :default => true, :description => “x”



6
7
8
# File 'lib/generators/github_widget/github_widget_generator.rb', line 6

def init
directory ".", "app/assets"
end