Closed mockdeep closed 4 years ago
There is no corresponding view, so if not request.post? it raises a template error. As such @available_statuses will never get used. I grepped around for it and the only other place it shows up is when it is assigned in the context_menu action.
request.post?
@available_statuses
context_menu
There is no corresponding view, so if not
request.post?
it raises a template error. As such@available_statuses
will never get used. I grepped around for it and the only other place it shows up is when it is assigned in thecontext_menu
action.