app/models/spotlight/search.rb in blacklight-spotlight-0.16.0 vs app/models/spotlight/search.rb in blacklight-spotlight-0.17.0
- old
+ new
@@ -99,8 +99,8 @@
def should_generate_new_friendly_id?
super || (title_changed? && persisted?)
end
- alias_method :current_exhibit, :exhibit
+ alias current_exhibit exhibit
end
end