lib/sluggable_finder.rb in sluggable_finder-2.1.1 vs lib/sluggable_finder.rb in sluggable_finder-2.2.0
- old
+ new
@@ -1,9 +1,8 @@
$:.unshift(File.dirname(__FILE__)) unless
$:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))
module SluggableFinder
- VERSION = '2.0.6'
@@not_found_exception = nil
def self.not_found_exception=(ex)
@@not_found_exception = ex