Class: GithubWidgetGenerator
- Inherits:
-
Rails::Generators::Base
- Object
- Rails::Generators::Base
- GithubWidgetGenerator
- Defined in:
- lib/generators/github_widget/github_widget_generator.rb
Instance Method Summary collapse
-
#init ⇒ Object
argument :file_name, :type => :string class_option :stylesheet, :type => :boolean, :default => true, :description => “x”.
Instance Method Details
#init ⇒ Object
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 |