Class: BacklogJiraGenerator
- Inherits:
-
Rails::Generator::NamedBase
- Object
- Rails::Generator::NamedBase
- BacklogJiraGenerator
- Defined in:
- lib/backlog_jira/generators/backlog_jira/backlog_jira_generator.rb
Instance Method Summary collapse
Instance Method Details
#manifest ⇒ Object
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 |