Class: DynamicQuery::HelperGenerator

Inherits:
Rails::Generators::Base
  • Object
show all
Defined in:
lib/generators/helper_generator.rb

Instance Method Summary collapse

Instance Method Details

#manifestObject



7
8
9
10
11
12
# 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