lib/scrivito/attribute_content.rb in scrivito_sdk-1.4.3 vs lib/scrivito/attribute_content.rb in scrivito_sdk-1.5.0.rc1
- old
+ new
@@ -229,13 +229,9 @@
def details_view_path
view_path('details')
end
- def embed_view_path
- view_path('embed')
- end
-
def data_from_cms
if @data_from_cms.respond_to?(:call)
@data_from_cms = @data_from_cms.call
else
@data_from_cms