Skip to content

Commit

Permalink
fixed naming of the components generator
Browse files Browse the repository at this point in the history
  • Loading branch information
mechanoid committed Jul 17, 2013
1 parent e91468c commit 9c3eba4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/toppings/generators/components_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ComponentsGenerator < Thor::Group
argument :type
argument :name

def create_module_file
def create_component_file
self.class.base_name = type.pluralize
template rescued_sass_partial(type), base_path.join(sassy_file_name(name, partial: true))
create_file base_file_path, skip: true
Expand Down
File renamed without changes.

0 comments on commit 9c3eba4

Please sign in to comment.