This commit is contained in:
Christian Mehlmauer
2016-05-31 14:53:50 +02:00
parent 0243522854
commit e1b4b5e8e5

View File

@@ -9,7 +9,7 @@ class WpItem
#
# @return [ void ]
def found_from=(method)
@found_from = method.to_s.to_s.gsub(/find_from_/, '').gsub(/_/, ' ')
@found_from = method.to_s.gsub(/find_from_/, '').gsub(/_/, ' ')
end
module Findable