Class: ActiveRecord::FixtureSet::RenderContext

Inherits:
Object
  • Object
show all
Defined in:
lib/binary_fixtures/rails_13022.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.create_subclassObject



21
22
23
24
25
26
27
# File 'lib/binary_fixtures/rails_13022.rb', line 21

def self.create_subclass
  Class.new ActiveRecord::FixtureSet.context_class do
    def get_binding
      binding()
    end
  end
end