apps/blueprint/models/epic.rb in brief-1.9.9 vs apps/blueprint/models/epic.rb in brief-1.9.11
- old
+ new
@@ -1,7 +1,9 @@
class Brief::Apps::Blueprint::Epic
include Brief::Model
+ defined_in Pathname(__FILE__)
+
meta do
title
subheading
status String, :in => %w(draft published)
end