amatriain/feedbunch

View on GitHub
FeedBunch-app/db/migrate/20150106110953_not_null_timestamps.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method change has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def change
    change_column_null :active_admin_comments, :created_at, false, Time.zone.now
    change_column_null :active_admin_comments, :updated_at, false

    add_timestamps :deleted_entries, null: true
Severity: Minor
Found in FeedBunch-app/db/migrate/20150106110953_not_null_timestamps.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status