lib/the_comments/config.rb in the_comments-2.2.2 vs lib/the_comments/config.rb in the_comments-2.3.1
- old
+ new
@@ -17,12 +17,11 @@
:default_owner_state,
:empty_inputs,
:default_title,
:template_engine,
:empty_trap_protection,
- :tolerance_time_protection,
- :delete_descendants_on_node_delete
+ :tolerance_time_protection
end
configure do |config|
config.max_reply_depth = 3
config.tolerance_time = 5
@@ -32,9 +31,7 @@
config.default_title = 'Undefined title'
config.template_engine = :haml
config.empty_trap_protection = true
config.tolerance_time_protection = true
-
- config.delete_descendants_on_node_delete = true
end
end
\ No newline at end of file