Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Respect rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
osahyoun committed Feb 2, 2017
1 parent a9c8381 commit bd5e496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions db/migrate/20170201202503_add_enforce_styles_to_pages.rb
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class AddEnforceStylesToPages < ActiveRecord::Migration
def change
add_column :pages, :enforce_styles, :boolean, default: false, null: false
Expand Down
1 change: 1 addition & 0 deletions db/migrate/20170202005759_add_notes_to_page.rb
@@ -1,3 +1,4 @@
# frozen_string_literal: true
class AddNotesToPage < ActiveRecord::Migration
def change
add_column :pages, :notes, :text
Expand Down

0 comments on commit bd5e496

Please sign in to comment.