# File lib/adaptation/validateable.rb, line 5 def method_missing(symbol, *params) if(symbol.to_s =~ /(.*)_before_type_cast$/) send($1) end end