app/helpers/lookbook/application_helper.rb in lookbook-0.8.3 vs app/helpers/lookbook/application_helper.rb in lookbook-0.9.0
- old
+ new
@@ -11,10 +11,10 @@
def landing_path
landing = feature_enabled?(:pages) ? Lookbook.pages.find(&:landing) || Lookbook.pages.first : nil
if landing.present?
page_path(landing.lookup_path)
else
- home_path
+ lookbook_home_path
end
end
end
end