add further warning

This commit is contained in:
maxwell 2010-12-09 19:12:37 -08:00
parent dfbc01ca7a
commit 30e86c9d6a

View file

@ -25,6 +25,6 @@ class Service
def post
raise "NotImplementedError: you must instantiate a subclass"
raise "NotImplementedError: you must instantiate a subclass/or you need to run 'rake migrations:service_reclassify in your production env'"
end
end