class DynamicQuery::HelperGenerator
Public Instance Methods
manifest()
click to toggle source
# File lib/generators/helper_generator.rb, line 7 def manifest copy_file 'app/helpers/dynamic_query_helper.rb', 'app/helpers/dynamic_query_helper.rb' copy_file 'app/helpers/_dynamic_query.html.erb', 'app/helpers/_dynamic_query.html.erb' copy_file 'app/helpers/_dynamic_result.html.erb', 'app/helpers/_dynamic_result.html.erb' #copy_file 'app/helpers/_combined_result.html.erb', 'app/helpers/_combined_result.html.erb' end