Class: BacklogJiraGenerator

Inherits:
Rails::Generator::NamedBase
  • Object
show all
Defined in:
lib/backlog_jira/generators/backlog_jira/backlog_jira_generator.rb

Instance Method Summary collapse

Instance Method Details

#manifestObject



2
3
4
5
6
# File 'lib/backlog_jira/generators/backlog_jira/backlog_jira_generator.rb', line 2

def manifest
  record do |m|
    m.migration_template 'migration.rb', 'db/migrate', :migration_file_name => "create_backlog_jira"
  end
end