I know that to_json is deprecated and as_json is giving me problems.
This line works fine, but to_json is deprecated:
new IS.Presentation(<%= raw(@course_step.step.step_presentation.step_presentation_files.map { |item| {'url' => item.slide.url, 'title' => item.title}}.to_json) %>)
Any ideas?
ActiveSupport supports JSON. You can see here:
So for you it would be: