manshar/manshar

View on GitHub
backend/db/migrate/20150101001902_create_mailboxer.mailboxer_engine.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method up has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.up    
  #Tables
      #Conversations
    create_table :mailboxer_conversations do |t|
      t.column :subject, :string, :default => ""

    There are no issues that match your filters.

    Category
    Status