mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:01:18 +08:00
Fix all the errors to get our tests green on Rails 5.1.
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
|
||||
|
||||
class CommentMigration < ActiveRecord::Migration
|
||||
class CommentMigration < ActiveRecord::Migration[4.2]
|
||||
def comments_up
|
||||
raise "Not implemented"
|
||||
end
|
||||
|
Reference in New Issue
Block a user