Skip to content

Commit

Permalink
Rubocop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtOfCode- committed Jul 19, 2017
1 parent 6a44fb4 commit fb35739
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/migrate/20170719220932_add_autoflagged_to_posts.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# frozen_string_literal: true

class AddAutoflaggedToPosts < ActiveRecord::Migration[5.1]
def change
add_column :posts, :autoflagged, :boolean, default: false
Expand Down

0 comments on commit fb35739

Please sign in to comment.