Sfoglia il codice sorgente

add empty line after guard clause to lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@20625 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.2.0
Toshi MARUYAMA 3 anni fa
parent
commit
792fbabecb

+ 1
- 1
lib/generators/redmine_plugin_model/redmine_plugin_model_generator.rb Vedi File

@@ -42,8 +42,8 @@ class RedminePluginModelGenerator < Rails::Generators::NamedBase
def copy_templates
template 'model.rb.erb', "#{plugin_path}/app/models/#{model.underscore}.rb"
template 'unit_test.rb.erb', "#{plugin_path}/test/unit/#{model.underscore}_test.rb"

return unless options[:migration]

migration_filename = "%.14d_#{@migration_filename}.rb" % migration_number
template "migration.rb", "#{plugin_path}/db/migrate/#{migration_filename}"
end

Loading…
Annulla
Salva