You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible that I get an error when I enter the wrong controller action name in the _doc file in swagger_docs folder?
For e.g., if I have following office_doc.rb
And I do not have an index in offices_controller.rb, the rake task should raise an error for the same.
The text was updated successfully, but these errors were encountered:
toshitapandey
changed the title
Raise error when wrong controller action is provide in <model name>_doc file
Raise error when wrong controller action/route name is provide in <model name>_doc file
Mar 25, 2019
toshitapandey
changed the title
Raise error when wrong controller action/route name is provide in <model name>_doc file
Raise error when wrong controller action is provide in <model name>_doc file
Mar 25, 2019
Is it possible that I get an error when I enter the wrong controller action name in the
_doc
file inswagger_docs
folder?For e.g., if I have following
office_doc.rb
And I do not have an
index
inoffices_controller.rb
, the rake task should raise an error for the same.The text was updated successfully, but these errors were encountered: