RUBYCRITIC
class AddCommonsImageToDebateOutcomes < ActiveRecord::Migration - AddCommonsImageToDebateOutcomes has no descriptive comment
def change
add_attachment :debate_outcomes, :commons_image
end
end