remove Role entity and set language to pt-BR
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: roles
|
||||
#
|
||||
# id :bigint not null, primary key
|
||||
# name :string
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_roles_on_name (name) UNIQUE
|
||||
#
|
||||
FactoryBot.define do
|
||||
factory :role do
|
||||
|
||||
end
|
||||
end
|
||||
@@ -10,6 +10,7 @@
|
||||
# remember_created_at :datetime
|
||||
# reset_password_sent_at :datetime
|
||||
# reset_password_token :string
|
||||
# roles :string default([]), is an Array
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user