Class: ActiveRecord::FixtureSet::RenderContext

Inherits:
Object
  • Object
show all
Defined in:
lib/active_record/fixtures.rb

Overview

:nodoc:

Class Method Summary collapse

Class Method Details

.create_subclassObject



1002
1003
1004
1005
1006
1007
1008
# File 'lib/active_record/fixtures.rb', line 1002

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