Skip to content
Snippets Groups Projects
Commit 5791de8d authored by Marcela Ribeiro de Oliveira's avatar Marcela Ribeiro de Oliveira
Browse files

add state submitted to learning_object states

parent df556186
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,6 @@ module Stateful
extend ActiveSupport::Concern
included do
enum state: { draft: 0, published: 1, suspended: 2 }
enum state: { draft: 0, published: 1, suspended: 2, submitted: 3 }
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment