lib/lookbook/entities/scenario_entity.rb in lookbook-2.0.0.beta.0 vs lib/lookbook/entities/scenario_entity.rb in lookbook-2.0.0.beta.1

- old
+ new

@@ -59,9 +59,13 @@ def url_path lookbook_inspect_path(lookup_path) end + def preview_path + lookbook_preview_path(lookup_path) + end + def type :scenario end alias_method :parent, :preview