Skip to content

Commit

Permalink
install script
Browse files Browse the repository at this point in the history
  • Loading branch information
txemagon committed Jun 23, 2011
1 parent 354a68e commit 58158fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/i18nize/create_generator.rb
Expand Up @@ -12,7 +12,7 @@ class CreateGenerator < Rails::Generators::Base
DESC

def helper_config
directory("templates", "/lib/templates")
directory("templates", "lib/templates")
copy_file("application_helper.rb", "app/helpers/application_i18n_helper.rb")
end

Expand Down
1 change: 1 addition & 0 deletions lib/generators/i18nize/create_generator.rb~
Expand Up @@ -12,6 +12,7 @@ Creates the basic methods that are based on the views. Remember to add support f
DESC

def helper_config
directory("templates", "/lib/templates")
copy_file("application_helper.rb", "app/helpers/application_i18n_helper.rb")
end

Expand Down

0 comments on commit 58158fc

Please sign in to comment.