lib/lookbook/entities/scenario_group_entity.rb in lookbook-2.0.0.beta.0 vs lib/lookbook/entities/scenario_group_entity.rb in lookbook-2.0.0.beta.1
- old
+ new
@@ -41,9 +41,13 @@
def url_path
lookbook_inspect_path(lookup_path)
end
+ def preview_path
+ lookbook_preview_path(lookup_path)
+ end
+
def type
:group
end
alias_method :parent, :preview