app/models/concerns/spotlight/ar_light.rb in blacklight-spotlight-0.29.1 vs app/models/concerns/spotlight/ar_light.rb in blacklight-spotlight-0.30.0

- old
+ new

@@ -28,18 +28,16 @@ # required for Rails >= 4.0.4 def subclass_from_attributes?(_) false end - def before_destroy(*_args) - end + def before_destroy(*_args); end def pluralize_table_names true end - def add_autosave_association_callbacks(_arg) - end + def add_autosave_association_callbacks(_arg); end # needed for Rails 4.1 + act_as_taggable def dangerous_attribute_method?(*_args) false end