Skip to content

Commit

Permalink
Fixed error 'Directly inheriting from ActiveRecord::Migration is not …
Browse files Browse the repository at this point in the history
…supported' (#509)
  • Loading branch information
wowonrails authored and timurvafin committed Oct 25, 2017
1 parent b8bdf13 commit a4d6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/migrate/20100713113845_devise_create_users.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class DeviseCreateUsers < ActiveRecord::Migration
class DeviseCreateUsers < ActiveRecord::Migration[5.1]
def self.up
create_table(:users) do |t|
# Database authenticatable
Expand Down

0 comments on commit a4d6b63

Please sign in to comment.