Make the db and statemachine default is the same

This commit is contained in:
Jeroen van Baarsen
2014-04-11 22:14:30 +02:00
parent 0f31acd0ec
commit c898dc00dc
+1 -1
View File
@@ -26,7 +26,7 @@ class MergeRequestDiff < ActiveRecord::Base
delegate :target_branch, :source_branch, to: :merge_request, prefix: nil
state_machine :state, initial: :empty do
state_machine :state, initial: :collected do
state :collected
state :timeout
state :overflow_commits_safe_size