lib/tasks/templates/database_documenter.rb in database_documenter-0.1.6 vs lib/tasks/templates/database_documenter.rb in database_documenter-0.1.7

- old
+ new

@@ -1,5 +1,5 @@ DatabaseDocumenter.configure do |config| - config.skipped_modules = %w(NAMESPACE) - config.hidden_values_columns = %w(col1 col2) - config.footer = "Generated by Company" # Footer beside the pagination + # config.skipped_modules = %w(NAMESPACE) + # config.hidden_values_columns = %w(col1 col2) + # config.footer = "Generated by Company" # Footer beside the pagination end