changed literal array syntax, as suggested by RuboCop
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
module User
|
||||
extend ActiveSupport::Concern
|
||||
|
||||
ROLES = %w[admin teacher]
|
||||
ROLES = %w(admin teacher)
|
||||
|
||||
included do
|
||||
belongs_to :consumer
|
||||
|
Reference in New Issue
Block a user