# File lib/sns_importer.rb, line 29 def call sns_assets.each do |ta| p "Importing #{ta.class_name} #{ta.name}" create_text_asset(ta.attributes) end end