Updated

db/migrate / 20160104144458_add_commons_image_to_debate_outcomes.rb

A
5 lines of codes
1 methods
1.0 complexity/method
1 churn
1.0 complexity
0 duplications
class AddCommonsImageToDebateOutcomes < ActiveRecord::Migration
  1. AddCommonsImageToDebateOutcomes has no descriptive comment
def change add_attachment :debate_outcomes, :commons_image end end