volontariat/voluntary

View on GitHub
dummy/db/migrate/20150803153909_drop_recruiting_unless_recruiting_plugin_present.voluntary_engine.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method down has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def down
    unless (Product::Recruiting rescue nil)
      create_table 'vacancies', force: true do |t|
        t.string   'type'
        t.integer  'project_id'

    There are no issues that match your filters.

    Category
    Status