class FilterGenerator

def create_resource_file

def create_resource_file
  type = 'boolean'
  type = 'select' if options[:select]
  template "filters/#{type}_filter.rb", "app/services/avo/filters/#{singular_name}.rb"
end