diff --git a/app/models/service.rb b/app/models/service.rb index eb77ce1c2..ce657b098 100644 --- a/app/models/service.rb +++ b/app/models/service.rb @@ -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