class Generators::Avo::FilterGenerator
def create_resource_file
def create_resource_file type = "boolean" type = "select" if options[:select] template "filters/#{type}_filter.tt", "app/avo/filters/#{singular_name}.rb" end
def create_resource_file type = "boolean" type = "select" if options[:select] template "filters/#{type}_filter.tt", "app/avo/filters/#{singular_name}.rb" end