get rid of post in service

This commit is contained in:
maxwell 2010-12-09 20:00:56 -08:00
parent 1ad3dee0dc
commit 58dafd6792

View file

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