lib/generators/avo/templates/scope.tt in avo-3.2.2 vs lib/generators/avo/templates/scope.tt in avo-3.2.3

- old
+ new

@@ -1,6 +1,6 @@ class Avo::Scopes::<%= class_name.camelize %> < Avo::Pro::Scopes::BaseScope self.name = "<%= name.underscore.humanize %>" - self.description = "<%= name.underscore.humanize %>" + # self.description = "<%= name.underscore.humanize %> description." self.scope = -> { query.all } self.visible = -> { true } end