Fix leafcutter tags class name
This commit is contained in:
parent
a649640b8c
commit
69abe9bee1
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
# create core Leafcutter tags
|
# create core Leafcutter tags
|
||||||
class LeafcutterTags1 < ActiveRecord::Migration[5.2]
|
class LeafcutterTags < ActiveRecord::Migration[5.2]
|
||||||
def self.up
|
def self.up
|
||||||
Tag::Item.create(name: 'example_group:example_tag')
|
Tag::Item.create(name: 'example_group:example_tag')
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue