method

render

rails latest stable - Class: ActiveRecord::FixtureSet::File

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.0.0) is shown here.

render(content)
private

No documentation available.

# File activerecord/lib/active_record/fixture_set/file.rb, line 63
        def render(content)
          context = ActiveRecord::FixtureSet::RenderContext.create_subclass.new
          prepare_erb(content).result(context.get_binding)
        end