Commit 1d38a775 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'fix-filename-and-rails-version-in-geo-framework-doc' into 'master'

Fix filename & Rails version in Geo framework doc

See merge request gitlab-org/gitlab!30360
parents a367e65e 7e166780
......@@ -270,7 +270,7 @@ For example, to add support for files referenced by a `Widget` model with a
```ruby
# frozen_string_literal: true
class CreateWidgetRegistry < ActiveRecord::Migration[5.2]
class CreateWidgetRegistry < ActiveRecord::Migration[6.0]
DOWNTIME = false
def change
......@@ -334,7 +334,7 @@ For example, to add support for files referenced by a `Widget` model with a
end
```
1. Create `ee/spec/models/geo/widget_registry.rb`:
1. Create `ee/spec/models/geo/widget_registry_spec.rb`:
```ruby
# frozen_string_literal: true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment