add further warning
This commit is contained in:
parent
dfbc01ca7a
commit
30e86c9d6a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue