config/routes.rb in udongo-1.0.4 vs config/routes.rb in udongo-2.0.0
- old
+ new
@@ -69,10 +69,10 @@
end
end
end
scope module: 'rows' do
- Udongo.config.flexible_content_types.each do |content_type|
+ Udongo.config.flexible_content.types.each do |content_type|
resources content_type.to_s.pluralize.to_sym, only: [:edit, :update]
end
end
end
end